POST

Bulk Create Fulfillments


Creates multiple fulfillments for one or more orders.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage eCommerce - all permissions
Manage Stores - all permissions
Manage Orders
Manage Restaurants - all permissions
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/ecom/v1/fulfillments/orders/bulk/create-fulfillments

Body Params
ordersWithFulfillmentsArray <BulkCreateOrderWithFulfillments>RequiredminItems 1maxItems 100

List of order IDs and their associated fulfillments.

Response Object
resultsArray <BulkOrderFulfillmentsResult>

Items updated by bulk action.


bulkActionMetadataBulkActionMetadata

Bulk action metadata.

Bulk Create Fulfillments

Creates a different fulfillment for two separate orders

Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?