bulkCreateFulfillments( )


Creates multiple fulfillments for one or more orders.

The bulkCreateFulfillments() function returns a Promise that resolves when the fulfillments are created.

Admin Method

This function requires elevated permissions and runs only on the backend and on dashboard pages.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Stores - all permissions
Manage Restaurants - all permissions
Manage eCommerce - all permissions
Manage Orders
Learn more about permission scopes.
Method Declaration
Copy
Method Parameters
ordersWithFulfillmentsArray<BulkCreateOrderWithFulfillments>Required

List of order IDs and their associated fulfillments' info.

Returns
Return Type:Promise<BulkCreateFulfillmentResponse>
Was this helpful?
Yes
No