Fulfillments Object


Create and manage eCommerce order fulfillments

Properties
orderIdstringminLength 1maxLength 100

Order ID.


fulfillmentsArray <Fulfillment>

Fulfillments associated with the order.

OrderWithFulfillments
JSON
{ "orderWithFulfillments": { "orderId": "58c9a790-27b7-463f-a865-c7cb494f7c29", "fulfillments": [ { "id": "0d824fc7-2621-4e97-a5c8-489ec1b43377", "createdDate": "2023-02-22T15:55:47.021Z", "lineItems": [ { "id": "00000000-0000-0000-0000-000000000001", "quantity": 1 } ], "trackingInfo": { "trackingNumber": "12345", "shippingProvider": "fedex", "trackingLink": "https://www.fedex.com/apps/fedextrack/?action=track&trackingnumber=12345" } } ] } }
Did this help?