Get orders
The collection of GET APIs for Fulfillment Management Services, is for retrieving fulfillment order information. By using these APIs you can retrieve list of orders, order details , Lineitem and Lineitem details associated to the order, etc., so that you can get the fulfillment status of your orders.
Category | Operation | Description | When & why should I use it? | Best Practices |
---|---|---|---|---|
Read - Order | ListAllFulfillmentOrders | Returns a list of ALL fulfillment order for the given Tenant/MID within a specific order creation date range Returns a list of fulfillment orders for the given Tenant/MID within a specific order creation date range AND filtered by specific criteria (creation date, fulfillment status, etc.) | As a DDP Developer, I want to retrieve the list of all orders and order lineitems for my Tenant/MID so that I can update the order and Order LineItem information in my system and keep track of order status (creation date, fulfillment status, etc) |
Updated over 3 years ago