Fulfillment cancellations
Last updated
Last updated
The Fulfillment Cancellations resource enables businesses to streamline inventory management by providing a reliable method to cancel the delivery of inventory items when coordinated through Digital River's fulfillment services. This API is essential for managing changes in order details or customer requests, ensuring efficient handling of cancellations, and maintaining customer satisfaction. By leveraging this resource, businesses can maintain accurate inventory levels and minimize logistical overhead.
Get all fulfillment cancellations.
/fulfillment-cancellations
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.
Only return objects in the given state
The fulfillment order to retrieve cancellations for.
The inventory item id to retrieve cancellations for.
Cancels all or part of a previously created fulfillment order.
/fulfillment-cancellations
The unique identifier of the fulfillment order associated with the fulfillment cancellation.
6645940010
The unique identifier of the upstream order.
6645940010
The reason for the cancellation.
requested_by_customer
Retrieves the details of a fulfillment cancellation. Supply the unique identifier of the cancellation.
/fulfillment-cancellations/{id}
Cancellation ID