POST

List Fulfillments For Multiple Orders


Retrieves fulfillments associated with multiple specified orders.

Permissions
Manage eCommerce - all permissions
Read eCommerce - all read permissions
Manage Stores - all permissions
Read Stores - all read permissions
Manage Orders
Read Orders
Manage Restaurants - all permissions
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/ecom/v1/fulfillments/list-by-ids

Body Params
orderIdsArray <string>RequiredminItems 1maxItems 100

List of order IDs for which to retrieve fulfillments.

Response Object
ordersWithFulfillmentsArray <OrderWithFulfillments>

List of order IDs and their associated fulfillments.

List Fulfillments For Multiple 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.

Did this help?