bulkFulfillOrders
Fulfills multiple orders at once. Each order is fulfilled individually as an asynchronous operation.
Authentication and Authorization
Requires the permission to fulfill orders in the brand of each order being processed.
Business Rules
- A maximum of 50 order IDs can be submitted per request
- Each order is fulfilled independently; a failure in one does not block the others
Possible Errors
- **Authorization error**: User lacks the required permission for one or more order brands
- **Too many order IDs**: The number of submitted IDs exceeds the maximum allowed limit
bulkFulfillOrders(
input: BulkFulfillOrdersInput!
): BulkFulfillOrdersPayload
Arguments
bulkFulfillOrders.input ● BulkFulfillOrdersInput! non-null input
Parameters for BulkFulfillOrders
Type
BulkFulfillOrdersPayload object
Autogenerated return type of BulkFulfillOrders.