reloadOrders
Refresh orders by re-fetching their latest information from the external system.
Business Rules
- Only orders that have not yet completed fulfillment can be reloaded; orders in any other status are skipped.
- Reloading is asynchronous: the mutation enqueues the work and returns a process id to track progress.
- Up to 50 orders can be reloaded per request.
Error Scenarios
- **
BAD_REQUEST**: when no order IDs are provided, or more than 50 are provided.
Permissions Required
orders:refresh_orderpermission
reloadOrders(
input: ReloadOrdersInput!
): AsynchronousActionResponse
Arguments
reloadOrders.input ● ReloadOrdersInput! non-null input common
Parameters for ReloadOrders
Type
AsynchronousActionResponse object common
Asynchronous action response type