Fulfillment orders
Last updated
Last updated
The Fulfillment Orders resource is essential for managing the logistics of delivering a product to the customer when Digital River coordinates an order's physical fulfillment. Handling various aspects of supply chain management ensures that orders are processed accurately and dispatched promptly. This resource streamlines the fulfillment workflow and enhances customer satisfaction by minimizing delays and errors in the order-handling process.
Get all Fulfillment orders.
/fulfillment-orders
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.
Only return objects with these upstreamIds.
Creates a new Fulfillment order.
/fulfillment-orders
A three-letter ISO currency code.
USD
A locale designator that combines a two-letter ISO 639-1 language code with a ISO 3166-1 alpha-2 country code.
en_US
The date and time at which the upstream order was created. The specified value should be in ISO-8601 UTC format.
2018-04-25T20:36:00Z
The customer's name.
John Smith
The customer's email address.
jsmith@digitalriver.com
The customer's phone number.
612-258-1966
An inventory reservation identifier.
7765374748
The upstream order identifier.
7765374748
Key-value pairs used to store additional data. Value can be string, boolean or integer types.
{"coupon":"iOS"}
Retrieves the details of a Fulfillment order. You must supply the unique identifier of the Fulfillment order.
/fulfillment-orders/{id}
Fulfillment order identifier.