Skip to main content

bulkFulfillOrders

DEPRECATED

Legacy Orders V1 mutation. It applies to V1 orders only and will be removed once Orders V1 support ends. For V2 orders, use the V2 fulfillment mutations, per order.

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 @deprecated

Arguments

bulkFulfillOrders.input ● BulkFulfillOrdersInput! non-null input common

Parameters for BulkFulfillOrders

Type

BulkFulfillOrdersPayload object common

Autogenerated return type of BulkFulfillOrders.