listFulfillmentsForSingleOrder( )


Retrieves fulfillments associated with a specified order.

The listFulfillmentsForSingleOrder() function returns a Promise that resolves when the fulfillments are retrieved.

Permissions
Read Orders
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
orderIdstringRequired

Order ID for which to retrieve fulfillments.

Returns
Return Type:Promise<ListFulfillmentsForSingleOrderResponse>
Errors

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

Did this help?