Fulfillments
Last updated
Last updated
The Fulfillments resource is a crucial component of the order management system. It allows you to track an order's progression from initial requisition to the delivery of goods or services. This resource facilitates real-time updates on physical logistics and digital delivery status, ensuring seamless operational workflows and enhanced customer satisfaction. Comprehensive details about the type and quantity of items fulfilled provide a transparent view of the supply chain process. See for more information.
Retrieves the details of a Fulfillment.
/fulfillments/{id}
The unique identifier of a Fulfillment.
Gets all the Fulfillments specified in the request.
/fulfillments
A filter on the list based on the createdTime field. The value can be a string with an ISO-8601 UTC format datetime or it can be a dictionary with the following options:
createdTime[gt]=2020-09-22T12:09:44Z
A cursor for use in pagination. The endingBefore parameter is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with xyz your subsequent calls can include endingBefore=xyz in order to fetch the previous page of the list.
A cursor for use in pagination. The startingAfter parameter is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with xyz, your subsequent calls can include startingAfter=xyz in order to fetch the next page of the list.
A limit on the number of objects returned. Limit can range between 1 and 100, and the default is 10.
Only return objects with these IDs.
The identifier of the order associated with the Fulfillment you want to retrieve.
The identifier of the SKU associated with the Fulfillments you want to retrieve.
The tracking company associated with the Fulfillments you want to retrieve.
The tracking number associated with the Fulfillments you want to retrieve.
Fulfills and/or cancels all or part of an order.
/fulfillments
The identifier of the Order associated with this Fulfillment.
5678901234
The unique identifier associated to the shipment
321765
Key-value pairs used to store additional data. Value can be string, boolean or integer types.
{"coupon":"iOS"}
The name of the tracking company.
Fedex
The tracking number provided by the shipping company.
5678901234
The URL of the tracking page for the fulfillment.
http://www.digitalriver.com?code=5678901234
An array of items to fulfill and/or cancel.