Fulfillments and cancellations
Learn more about the standards related to fulfilling or cancelling items.
Last updated
Learn more about the standards related to fulfilling or cancelling items.
This section's checklist items and standards cover when and how to notify Digital River that you have fulfilled or cancelled all or part of a transaction.
Click any checklist item to see more detail on how to meet the integration standard.
These integration standards relate to fulfillments and cancellations:
Once you either synchronously or asynchronously receive an order in an accepted state, your integration can use the Fulfillments API to submit a POST/fulfillments with a fulfilled quantity.
When all the items in an order are fulfilled, the order transitions to a state of complete and an order.complete event is emitted. After you receive this event, you should update the order status in your system to match its state in our system.
To cancel items, your integration must use the Fulfillments API to submit a POST /fulfillments with a cancel quantity.
Last updated