All orders
Market availability: Global
Call this endpoint to retrieve all orders for your account. You can use this endpoint to get a list of orders, their statuses, customer details, and fulfillment information.
Note: Only orders from the last 180 days are available and you can fetch up to 10,000 orders at a time. If you try to get more than 10,000 orders, the API will return an error.
Note: This page describes an example using only some common parameters and inputs for getting all orders. For a full list of customization options and additional capabilities, refer to the Walmart Orders API Reference.
Endpoint
GET https://marketplace.walmartapis.com/v3/ordersSample request
This example shows you how to set the required headers, including your Base64-encoded credentials and a unique correlation ID, and how to structure your API call to retrieve all orders from your account. Use this sample as a starting point, then modify it with your actual values and any additional parameters described in the API reference.
curl --request GET \ --url https://marketplace.walmartapis.com/v3/orders \ --header 'WM_GLOBAL_VERSION: 3.1' \ --header 'WM_MARKET: us' \ --header 'accept: application/json'import requests url = "https://marketplace.walmartapis.com/v3/orders"
params = { "limit": 100, "productInfo": "false", "shipNodeType": "SellerFulfilled", "replacementInfo": "false"
} headers = { "WM_SEC.ACCESS_TOKEN": "eyJraWQiOiIredacted.....", "WM_GLOBAL_VERSION": "3.1", "WM_MARKET": "us", "WM_QOS.CORRELATION_ID": "1234567890", "WM_SVC.NAME": "Walmart Marketplace", "Accept": "application/json"
} response = requests.get(url, headers=headers, params=params)
print(response.json())Modify your code
- Use a unique
WM_QOS.CORRELATION_IDfor each request. - Replace
WM_SEC.ACCESS_TOKENwith your valid access token obtained through authentication.
Sample responses
200 - Sample 1-US
{ "list": { "meta": { "totalCount": 1, "limit": 1, "nextCursor": null }, "elements": { "order": [ { "purchaseOrderId": "109007446257350", "customerOrderId": "100000715749900", "customerEmailId": "[email protected]", "orderDate": 1741929263638, "shippingInfo": { "phone": "5103295632", "estimatedDeliveryDate": 1742857140000, "estimatedShipDate": 1742018400000, "methodCode": "Value", "postalAddress": { "name": "Astro Test", "address1": "2730 E McKellips Rd", "address2": null, "city": "Mesa", "state": "AZ", "postalCode": "85213", "country": "USA", "addressType": "RESIDENTIAL" }, "carrierMethodName": null }, "orderLines": { "orderLine": [ { "lineNumber": "1", "item": { "productName": "Magic Clean 2.6 cu. ft. Compact Front Loader Clothes Dryer SD-14", "sku": "690741422690MP3", "condition": "New" }, "charges": { "charge": [ { "chargeType": "PRODUCT", "discountType": null, "isDiscount": null, "chargeName": "ItemPrice", "chargeAmount": { "currency": "USD", "amount": 231 }, "tax": { "taxName": "Tax1", "taxAmount": { "currency": "USD", "amount": 19.17 } } } ] }, "orderLineQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "statusDate": 1741929521532, "orderLineStatuses": { "orderLineStatus": [ { "status": "Created", "subSellerId": null, "statusQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "cancellationReason": null, "trackingInfo": { "carrierName": { "otherCarrier": null, "carrier": null }, "methodCode": "Value", "actualDeliveryDateTime": null, "carrierMethodCode": null, "packageStatus": null, "trackingURL": null }, "returnCenterAddress": null, "sellerOrderId": null, "shipmentPackages": null } ] }, "refund": null, "fulfillment": { "fulfillmentOption": "DELIVERY", "shipMethod": "VALUE", "storeId": null, "pickUpDateTime": 1742857140000, "pickUpBy": "Astro Test", "shippingProgramType": null, "shippingSLA": "4", "shippingConfigSource": "SELLER", "predictedShipNodeName": null } }, { "lineNumber": "2", "item": { "productName": "Pre-Owned itemconditionpreownedvariant", "sku": "preowneditemsconditionnewrollupsamegtin5", "condition": "Pre-Owned: Good" }, "charges": { "charge": [ { "chargeType": "PRODUCT", "discountType": null, "isDiscount": null, "chargeName": "ItemPrice", "chargeAmount": { "currency": "USD", "amount": 180 }, "tax": { "taxName": "Tax1", "taxAmount": { "currency": "USD", "amount": 16.88 } } } ] }, "orderLineQuantity": { "unitOfMeasurement": "EACH", "amount": "2" }, "statusDate": 1741930003613, "orderLineStatuses": { "orderLineStatus": [ { "status": "Acknowledged", "subSellerId": null, "statusQuantity": { "unitOfMeasurement": "EACH", "amount": "2" }, "cancellationReason": null, "trackingInfo": { "carrierName": { "otherCarrier": null, "carrier": null }, "methodCode": "Standard", "actualDeliveryDateTime": null, "carrierMethodCode": null, "packageStatus": null, "trackingURL": null }, "returnCenterAddress": null, "sellerOrderId": null, "shipmentPackages": null } ] }, "refund": null, "fulfillment": { "fulfillmentOption": "DELIVERY", "shipMethod": "STANDARD", "storeId": null, "pickUpDateTime": 1742511540000, "pickUpBy": null, "shippingProgramType": "THREE_TO_FIVE_DAY", "shippingSLA": "4", "shippingConfigSource": "SELLER", "predictedShipNodeName": null } }, { "lineNumber": "3", "item": { "productName": "Pantene Pro-V Daily Moisture Renewal Conditioner", "sku": "SKU-00635878164204", "condition": "New" }, "charges": { "charge": [ { "chargeType": "PRODUCT", "discountType": null, "isDiscount": null, "chargeName": "ItemPrice", "chargeAmount": { "currency": "USD", "amount": 27 }, "tax": { "taxName": "Tax1", "taxAmount": { "currency": "USD", "amount": 2.46 } } } ] }, "orderLineQuantity": { "unitOfMeasurement": "EACH", "amount": "3" }, "statusDate": 1741903952000, "orderLineStatuses": { "orderLineStatus": [ { "status": "Shipped", "subSellerId": null, "statusQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "cancellationReason": null, "trackingInfo": { "shipDateTime": 1741903949000, "carrierName": { "otherCarrier": null, "carrier": "Deutsche Post" }, "methodCode": "Standard", "actualDeliveryDateTime": null, "carrierMethodCode": 1001239, "packageStatus": null, "trackingNumber": "783242352352", "trackingURL": "https://example.com/track?number=794644792798" }, "returnCenterAddress": null, "sellerOrderId": null, "shipmentPackages": null }, { "status": "Shipped", "subSellerId": null, "statusQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "cancellationReason": null, "trackingInfo": { "shipDateTime": 1741903896000, "carrierName": { "otherCarrier": null, "carrier": "Canada Post" }, "methodCode": "Standard", "actualDeliveryDateTime": null, "carrierMethodCode": null, "packageStatus": null, "trackingNumber": "783242352352", "trackingURL": "https://example.com/track?number=794644792798" }, "returnCenterAddress": null, "sellerOrderId": null, "shipmentPackages": null }, { "status": "Shipped", "subSellerId": null, "statusQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "cancellationReason": null, "trackingInfo": { "shipDateTime": 1741903925000, "carrierName": { "otherCarrier": null, "carrier": "China Post" }, "methodCode": "Standard", "actualDeliveryDateTime": null, "carrierMethodCode": null, "packageStatus": null, "trackingNumber": "783242352352", "trackingURL": "https://example.com/track?number=794644792798" }, "returnCenterAddress": null, "sellerOrderId": null, "shipmentPackages": null } ] }, "refund": null, "fulfillment": { "fulfillmentOption": "DELIVERY", "shipMethod": "STANDARD", "storeId": null, "pickUpDateTime": 1742511540000, "pickUpBy": null, "shippingProgramType": "THREE_TO_FIVE_DAY", "shippingSLA": "4", "shippingConfigSource": "SELLER", "predictedShipNodeName": null } }, { "lineNumber": "4", "item": { "productName": "Magic Clean 2.6 cu. ft. Compact Front Loader Clothes Dryer SD-14", "sku": "690741422690MP3", "condition": "New" }, "charges": { "charge": [ { "chargeType": "PRODUCT", "discountType": null, "isDiscount": null, "chargeName": "ItemPrice", "chargeAmount": { "currency": "USD", "amount": 231 }, "tax": { "taxName": "Tax1", "taxAmount": { "currency": "USD", "amount": 17.56 } } } ] }, "orderLineQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "statusDate": 1741929153000, "orderLineStatuses": { "orderLineStatus": [ { "status": "Delivered", "subSellerId": null, "statusQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "cancellationReason": null, "trackingInfo": { "shipDateTime": 1741943518000, "carrierName": { "otherCarrier": null, "carrier": "USPS" }, "methodCode": "Value", "actualDeliveryDateTime": null, "carrierMethodCode": 21, "packageStatus": null, "trackingNumber": "1Z9728W19331607378412", "trackingURL": "https://example.com/track?number=794644792798" }, "returnCenterAddress": null, "sellerOrderId": null, "shipmentPackages": null } ] }, "refund": null, "fulfillment": { "fulfillmentOption": "DELIVERY", "shipMethod": "VALUE", "storeId": null, "pickUpDateTime": 1742857140000, "pickUpBy": "Astro Test", "shippingProgramType": null, "shippingSLA": "4", "shippingConfigSource": "SELLER", "predictedShipNodeName": null } }, { "lineNumber": "5", "item": { "sku": "AC5MN1" }, "charges": { "charge": [] }, "orderLineQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "orderLineStatuses": { "orderLineStatus": [ { "status": "Cancelled", "subSellerId": null, "statusQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "cancellationReason": null, "trackingInfo": { "carrierName": { "otherCarrier": null, "carrier": null }, "methodCode": "Express", "actualDeliveryDateTime": null, "carrierMethodCode": null, "packageStatus": null, "trackingURL": null }, "returnCenterAddress": null, "sellerOrderId": null, "shipmentPackages": null } ] }, "refund": null, "originalCarrierMethod": "67", "fulfillment": { "fulfillmentOption": "DELIVERY", "shipMethod": "EXPEDITED", "storeId": null, "pickUpDateTime": null, "pickUpBy": null, "shippingProgramType": "TWO_DAY", "shippingSLA": "4", "shippingConfigSource": "SELLER", "predictedShipNodeName": null }, "intentToCancel": "TRUE" } ] }, "shipNode": { "type": "SellerFulfilled", "name": "Seller test-distributor", "id": "10000002941" } } ] } }
}200 - Sample 2-MX
{ "list": { "meta": { "totalCount": 1, "limit": 10, "nextCursor": null }, "elements": { "order": [ { "purchaseOrderId": "609100265277356", "customerOrderId": "900000054647245", "customerEmailId": "[email protected]", "orderDate": 1767239226518, "shippingInfo": { "phone": "4082656428", "estimatedDeliveryDate": 1768334400000, "estimatedShipDate": 1767952800000, "postalAddress": { "name": "Test User", "address1": "Blvd. Manuel Ávila Camacho 641", "address2": "641", "address3": "PERIODISTA", "address4": "MIGUEL HIDALGO", "address5": "addressline4", "address6": "addressline3", "city": "CIUDAD DE MEXICO", "state": "DISTRITO FEDERAL", "postalCode": "11220", "country": "MX", "addressType": null }, "carrierMethodName": null }, "totalLines": "1", "totalQuantity": "1", "orderLines": { "orderLine": [ { "primeLineNumber": "1", "coLineNumber": "1", "item": { "upc": "00001094222615", "offerId": "5971BA2F5F9F382A8822E0100C6C2E4F", "productName": "Product name", "sku": "SKU-07188001474075", "condition": "New", "imageUrl": "https://example.com/images/mock-product-image.jpg", "unitPrice": { "currency": "MXN", "amount": 1249 }, "unitPriceWithoutTax": { "currency": "MXN", "amount": 1076.72 } }, "charges": { "charge": [ { "chargeType": "PRODUCT", "chargeAmount": { "currency": "MXN", "amount": 1076.72 }, "tax": { "taxName": "TOTAL_TAX", "taxAmount": { "currency": "MXN", "amount": 172.28 } }, "taxDetails": [ { "taxName": "TOTAL_TAX", "taxAmount": { "currency": "MXN", "amount": 172.28 } } ], "isDiscount": null, "discountType": null } ] }, "orderLineQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "orderLineStatuses": { "orderLineStatus": [ { "status": "Created", "subSellerId": null, "statusQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "cancellationReason": null, "trackingInfo": null, "returnCenterAddress": null, "sellerOrderId": null, "shipmentPackages": null } ] }, "refund": null, "soPrimeLineSubLineNo": "900000054647245-1", "promiseDeliveryDate": "2026-01-13T20:00:00.000+0000", "isMSIEnabled": "Y", "seller": { "id": "10900032872", "name": "Seller name", "shipNodeType": "SellerFulfilled" }, "isWFSEnabled": "N", "fulfillmentType": "S2H" } ] }, "shipments": [ { "shipmentLines": [ { "primeLineNo": "1", "shipmentLineNo": "1", "quantity": { "unitOfMeasurement": "EACH", "amount": "1" } } ], "shipmentNo": "7999011_1", "status": "Shipment New", "packageNo": "7999011_1", "isSellerOwnedShipment": "N", "carrier": "MX-FDX-GROUND2 Sun", "shipmentAdditionalDate": { "expectedShipmentShippedDate": "2026-01-09T10:00:00.000+0000" } } ], "orderTotal": { "currency": "MXN", "amount": 1249 } } ] } }
}200 - Sample 2-MX With Discount
{ "list": { "meta": { "totalCount": 1, "limit": 10, "nextCursor": null }, "elements": { "order": [ { "purchaseOrderId": "609117467792956", "customerOrderId": "900000031328649", "kycDetails": { "kycIdType": "RFC", "kycIdValue": "VECJ880326XYZ" }, "orderDate": 1782158022390, "shippingInfo": { "phone": "4124214124", "estimatedDeliveryDate": 1783278000000, "estimatedShipDate": 1782727200000, "postalAddress": { "name": "Bodega LADRILLERA", "address1": "Calle Norte 45", "address2": "128", "city": "CIUDAD DE MEXICO", "state": "DISTRITO FEDERAL", "postalCode": "02790", "country": "MX", "addressType": null }, "carrierMethodName": null }, "totalLines": "2", "totalQuantity": "2", "orderLines": { "orderLine": [ { "primeLineNumber": "1", "coLineNumber": "1", "item": { "upc": "00778865363553", "offerId": "882ABFD6C9F43DC9AB13765418589C06", "productName": "Product name", "sku": "07788653635536", "condition": "New", "imageUrl": "https://example.com/images/mock-product-image.jpg", "unitPrice": { "currency": "MXN", "amount": 200 }, "unitPriceWithoutTax": { "currency": "MXN", "amount": 200 } }, "charges": { "charge": [ { "chargeType": "DISCOUNT", "chargeName": "WALMART_COUPON_DISC", "chargeAmount": { "currency": "MXN", "amount": -30 }, "tax": { "taxAmount": { "currency": "MXN", "amount": 0 } }, "taxDetails": [ { "taxAmount": { "amount": 0 } } ], "isDiscount": null, "discountType": null }, { "chargeType": "PRODUCT", "chargeName": "ItemPrice", "chargeAmount": { "currency": "MXN", "amount": 200 }, "tax": { "taxName": "TOTAL_TAX", "taxAmount": { "currency": "MXN", "amount": 0 } }, "taxDetails": [ { "taxName": "TOTAL_TAX", "taxAmount": { "currency": "MXN", "amount": 0 } } ], "isDiscount": null, "discountType": null } ] }, "orderLineQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "orderLineStatuses": { "orderLineStatus": [ { "status": "Created", "subSellerId": null, "statusQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "cancellationReason": null, "trackingInfo": null, "returnCenterAddress": null, "sellerOrderId": null, "shipmentPackages": null } ] }, "refund": null, "shippingMethod": "EXPEDITED", "soPrimeLineSubLineNo": "900000031328649-2", "promiseDeliveryDate": "2026-07-05T19:00:00.000+0000", "isMSIEnabled": "N", "seller": { "id": "10900032872", "name": "MPCOEE_Automation_Test_1233_edit español", "shipNodeType": "SellerFulfilled" }, "isWFSEnabled": "N", "fulfillmentType": "S2H" }, { "primeLineNumber": "2", "coLineNumber": "2", "item": { "upc": "00778865363552", "offerId": "3D831E4679543F64B0313750481C7211", "productName": "Product name", "sku": "07788653635529", "condition": "New", "imageUrl": "https://example.com/images/mock-product-image.jpg", "unitPrice": { "currency": "MXN", "amount": 200 }, "unitPriceWithoutTax": { "currency": "MXN", "amount": 200 } }, "charges": { "charge": [ { "chargeType": "DISCOUNT", "chargeName": "WALMART_COUPON_DISC", "chargeAmount": { "currency": "MXN", "amount": -30 }, "tax": { "taxAmount": { "currency": "MXN", "amount": 0 } }, "taxDetails": [ { "taxAmount": { "amount": 0 } } ], "isDiscount": null, "discountType": null }, { "chargeType": "PRODUCT", "chargeName": "ItemPrice", "chargeAmount": { "currency": "MXN", "amount": 200 }, "tax": { "taxName": "TOTAL_TAX", "taxAmount": { "currency": "MXN", "amount": 0 } }, "taxDetails": [ { "taxName": "TOTAL_TAX", "taxAmount": { "currency": "MXN", "amount": 0 } } ], "isDiscount": null, "discountType": null } ] }, "orderLineQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "orderLineStatuses": { "orderLineStatus": [ { "status": "Created", "subSellerId": null, "statusQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "cancellationReason": null, "trackingInfo": null, "returnCenterAddress": null, "sellerOrderId": null, "shipmentPackages": null } ] }, "refund": null, "shippingMethod": "EXPEDITED", "soPrimeLineSubLineNo": "900000031328649-4", "promiseDeliveryDate": "2026-07-05T19:00:00.000+0000", "isMSIEnabled": "N", "seller": { "id": "10900032872", "name": "MPCOEE_Automation_Test_1233_edit español", "shipNodeType": "SellerFulfilled" }, "isWFSEnabled": "N", "fulfillmentType": "S2H" } ] }, "shipments": [ { "shipmentLines": [ { "primeLineNo": "2", "shipmentLineNo": "2", "quantity": { "unitOfMeasurement": "EACH", "amount": "1" } } ], "shipmentNo": "7999011_2", "status": "Shipment New", "packageNo": "7999011_2", "isSellerOwnedShipment": "N", "carrier": "MX-FDX-GROUND2 Sun", "shipmentAdditionalDate": { "expectedShipmentShippedDate": "2026-06-29T10:00:00.000+0000" } }, { "shipmentLines": [ { "primeLineNo": "1", "shipmentLineNo": "1", "quantity": { "unitOfMeasurement": "EACH", "amount": "1" } } ], "shipmentNo": "7999011_1", "status": "Shipment New", "packageNo": "7999011_1", "isSellerOwnedShipment": "N", "carrier": "MX-FDX-GROUND2 Sun", "shipmentAdditionalDate": { "expectedShipmentShippedDate": "2026-06-29T10:00:00.000+0000" } } ], "orderTotal": { "currency": "MXN", "amount": 340 } } ] } }
}200 - Sample 3-CA
{ "list": { "meta": { "totalCount": 2, "limit": 10, "nextCursor": null }, "elements": { "order": [ { "purchaseOrderId": "309003196162504", "customerOrderId": "900000025529848", "customerEmailId": "[email protected]", "orderDate": 1738246672551, "shippingInfo": { "phone": "9876543210", "estimatedDeliveryDate": 1739304000000, "estimatedShipDate": 1738306800000, "methodCode": "Standard", "postalAddress": { "name": "Pooja seller", "address1": "Streetsville Memorial Park", "address2": null, "city": "Mississauga", "state": "AB", "postalCode": "T1L 0A1", "country": "CA", "addressType": "RESIDENTIAL" }, "carrierMethodName": null }, "orderLines": { "orderLine": [ { "lineNumber": "1", "item": { "productName": "SIGNATURE", "sku": "KNJ05700473062295" }, "charges": { "charge": [ { "chargeType": "PRODUCT", "chargeName": "ItemPrice", "chargeAmount": { "currency": "CAD", "amount": 70 }, "tax": { "taxName": "TAX", "taxAmount": { "currency": "CAD", "amount": 52.13 } }, "taxDetails": [ { "taxName": "HST", "taxAmount": { "currency": "CAD", "amount": 52.13 } } ], "isDiscount": false, "discountType": null }, { "chargeType": "SHIPPING", "chargeName": "SHIPPING", "chargeAmount": { "currency": "CAD", "amount": 4.42 }, "tax": { "taxName": "GST", "taxAmount": { "currency": "CAD", "amount": 0.22 } }, "isDiscount": false, "discountType": null }, { "chargeType": "PRODUCT", "chargeName": "ITEM_PRICE_AFTER_DISCOUNT", "chargeAmount": { "currency": "CAD", "amount": 70 }, "tax": { "taxAmount": { "currency": "CAD", "amount": 0 } }, "isDiscount": null, "discountType": null }, { "chargeType": "TAX", "chargeName": "TAX", "chargeAmount": { "currency": "CAD", "amount": 3.72 }, "tax": { "taxAmount": { "currency": "CAD", "amount": 0 } }, "isDiscount": false, "discountType": null } ] }, "orderLineQuantity": { "unitOfMeasurement": "EACH", "amount": "2" }, "orderLineStatuses": { "orderLineStatus": [ { "status": "Created", "subSellerId": null, "statusQuantity": { "unitOfMeasurement": "EACH", "amount": "2" }, "cancellationReason": null, "trackingInfo": null, "returnCenterAddress": null, "sellerOrderId": null, "shipmentPackages": null } ] }, "refund": null, "fulfillment": { "fulfillmentOption": "S2H", "shipMethod": "STANDARD", "storeId": null, "offerId": "0E3874750D8233BCAF98946AAD2B58F9", "pickUpDateTime": null, "pickUpBy": null, "shippingProgramType": null, "predictedShipNodeId": "10011361366", "predictedShipNodeName": "selleronboardingtestad2011 - 10011361366 - MP" } } ] } }, { "purchaseOrderId": "309028461424404", "customerOrderId": "900000050096161", "orderDate": 1760125837203, "shippingInfo": { "phone": "4798662397", "estimatedDeliveryDate": 1775674800000, "estimatedShipDate": 1774850400000, "methodCode": "Standard", "postalAddress": { "name": "Test GIF", "address1": "3365 Inners Road", "address2": "4013", "city": "Ottawa", "state": "ON", "postalCode": "T6N 0A9", "country": "CA", "addressType": "RESIDENTIAL" }, "carrierMethodName": null }, "orderLines": { "orderLine": [ { "lineNumber": "1", "item": { "productName": "VITTOUN", "sku": "WFD04653820073240" }, "charges": { "charge": [ { "chargeType": "PRODUCT", "chargeName": "ItemPrice", "chargeAmount": { "currency": "CAD", "amount": 192 }, "tax": { "taxName": "TAX", "taxAmount": { "currency": "CAD", "amount": 24.96 } }, "taxDetails": [ { "taxName": "HST", "taxAmount": { "currency": "CAD", "amount": 24.96 } } ], "isDiscount": false, "discountType": null }, { "chargeType": "SHIPPING", "chargeName": "SHIPPING", "chargeAmount": { "currency": "CAD", "amount": 15 }, "tax": { "taxName": "HST", "taxAmount": { "currency": "CAD", "amount": 1.95 } }, "isDiscount": false, "discountType": null }, { "chargeType": "PRODUCT", "chargeName": "ITEM_PRICE_AFTER_DISCOUNT", "chargeAmount": { "currency": "CAD", "amount": 192 }, "tax": { "taxAmount": { "currency": "CAD", "amount": 0 } }, "isDiscount": null, "discountType": null }, { "chargeType": "TAX", "chargeName": "TAX", "chargeAmount": { "currency": "CAD", "amount": 26.91 }, "tax": { "taxAmount": { "currency": "CAD", "amount": 0 } }, "isDiscount": false, "discountType": null } ] }, "orderLineQuantity": { "unitOfMeasurement": "EACH", "amount": "3" }, "statusDate": 1760156585000, "orderLineStatuses": { "orderLineStatus": [ { "status": "Delivered", "subSellerId": null, "statusQuantity": { "unitOfMeasurement": "EACH", "amount": "3" }, "cancellationReason": null, "trackingInfo": { "shipDateTime": 1760087518000, "carrierName": { "otherCarrier": "UPS-GROUND", "carrier": null }, "methodCode": "Standard", "carrierMethodCode": null, "trackingNumber": "3090284614244045656", "trackingURL": "https://example.com/track?number=794644792798", "packageStatus": "Delivered", "shipmentNo": "b66828cc-293f-4d92-8433-b85edc6b818e", "actualDeliveryDateTime": 1760156585000 }, "returnCenterAddress": null, "sellerOrderId": null, "shipmentPackages": { "shipmentPackage": [ { "shipDateTime": 1760087518000, "carrierName": { "otherCarrier": "UPS-GROUND", "carrier": null }, "methodCode": "Standard", "carrierMethodCode": null, "trackingNumber": "3090284614244045656", "trackingURL": "https://example.com/track?number=794644792798", "packageStatus": "Delivered", "shipmentNo": "b66828cc-293f-4d92-8433-b85edc6b818e", "actualDeliveryDateTime": 1760156585000 } ] } } ] }, "refund": null, "fulfillment": { "fulfillmentOption": "S2H", "shipMethod": "STANDARD", "storeId": null, "offerId": "56A9922819B33F6ABB2AAB73AA90308C", "pickUpDateTime": null, "pickUpBy": null, "shippingProgramType": null, "predictedShipNodeId": "10011359455", "predictedShipNodeName": null } } ] } } ] } }
}200 - Sample 4-CL
{ "list": { "meta": { "totalCount": 8444, "limit": 2, "nextCursor": "?limit=2&hasMoreElements=true&soIndex=8444&cursor=QW9KNDdwMzExcDhETTBOTVgwZE5YelF4TURJMk16VXdNREF3TWpFPQ&poIndex=2&orgId=d09c4bbb-b1be-426b-8a80-a84a782a1fa6&partnerId=10001587346&sellerId=101567996&createdStartDate=2026-01-30T14:09:07.101Z&createdEndDate=2026-07-29T14:09:07.101Z&shipNodeType=SellerFulfilled" }, "elements": { "order": [ { "purchaseOrderId": "P111623523", "customerOrderId": "7762677770489", "customerEmailId": "[email protected]", "kycDetails": { "kycIdType": "RFC", "kycIdValue": "13674686-3" }, "orderDate": 1785333347000, "shippingInfo": { "phone": "+86953677910", "estimatedDeliveryDate": 1785405600000, "estimatedShipDate": 1785348000000, "methodCode": "STANDARD", "postalAddress": { "name": "Name", "address1": "Address1", "address2": "Address2", "city": "City", "state": "State", "country": "CL", "addressType": null }, "carrierMethodName": null }, "orderSummary": { "totalAmount": { "amount": 32770, "currency": "CLP" }, "orderSubTotals": [ { "subTotalType": "SHIPPING", "totalAmount": { "amount": 3354, "currency": "CLP" } }, { "subTotalType": "TAX", "totalAmount": { "amount": 5869, "currency": "CLP" } }, { "subTotalType": "PRODUCT", "totalAmount": { "amount": 27537, "currency": "CLP" } }, { "subTotalType": "DISCOUNT", "totalAmount": { "amount": 0, "currency": "CLP" } }, { "subTotalType": "SHIP_DISC", "totalAmount": { "amount": -3990, "currency": "CLP" } } ] }, "orderLines": { "orderLine": [ { "lineNumber": "1", "item": { "productName": "Pack x6 picado Nestlé® Naturnes® carbonada 250g", "sku": "957000000" }, "charges": { "charge": [ { "chargeType": "PRODUCT", "chargeName": "ItemPrice", "chargeAmount": { "currency": "CLP", "amount": 9319 }, "tax": { "taxName": "IVA_TAX", "taxAmount": { "currency": "CLP", "amount": 1771 } }, "isDiscount": null, "discountType": null }, { "chargeType": "COMMISSION", "chargeName": "Commission", "chargeAmount": { "currency": "CLP", "amount": 555 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null }, { "chargeType": "SHIPPING", "chargeName": "Shipping", "chargeAmount": { "currency": "CLP", "amount": 1118 }, "tax": { "taxName": "SHIP_IVA_TAX", "taxAmount": { "currency": "CLP", "amount": 212 } }, "isDiscount": null, "discountType": null }, { "chargeType": "TAX", "chargeName": "TAX", "chargeAmount": { "currency": "CLP", "amount": 1983 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null }, { "chargeType": "DISCOUNT", "chargeName": "DISCOUNT", "chargeAmount": { "currency": "CLP", "amount": 0 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null }, { "chargeType": "DISCOUNT", "chargeName": "SHIP_DISC", "chargeAmount": { "currency": "CLP", "amount": 1330 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null } ] }, "orderLineQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "statusDate": 1785405600000, "orderLineStatuses": { "orderLineStatus": [ { "status": "Created", "subSellerId": null, "statusQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "cancellationReason": null, "trackingInfo": { "carrierName": { "otherCarrier": null, "carrier": null }, "methodCode": "STANDARD", "carrierMethodCode": null, "trackingURL": null, "packageStatus": null, "actualDeliveryDateTime": null }, "returnCenterAddress": null, "sellerOrderId": null, "shipmentPackages": null } ] }, "refund": null, "fulfillment": { "fulfillmentOption": "Seller", "shipMethod": "STANDARD", "storeId": "10001580000", "offerId": "D39172DAEC9E321FB0E116C2F77A0000", "pickUpDateTime": null, "pickUpBy": null, "shippingProgramType": null, "predictedShipNodeId": "10001580000", "predictedShipNodeName": "Ship Node Name" } }, { "lineNumber": "2", "item": { "productName": "Pack x6 picado Nestlé® Naturnes® cazuela de vacuno 250g", "sku": "955700000" }, "charges": { "charge": [ { "chargeType": "PRODUCT", "chargeName": "ItemPrice", "chargeAmount": { "currency": "CLP", "amount": 8899 }, "tax": { "taxName": "IVA_TAX", "taxAmount": { "currency": "CLP", "amount": 1691 } }, "isDiscount": null, "discountType": null }, { "chargeType": "COMMISSION", "chargeName": "Commission", "chargeAmount": { "currency": "CLP", "amount": 530 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null }, { "chargeType": "SHIPPING", "chargeName": "Shipping", "chargeAmount": { "currency": "CLP", "amount": 1118 }, "tax": { "taxName": "SHIP_IVA_TAX", "taxAmount": { "currency": "CLP", "amount": 212 } }, "isDiscount": null, "discountType": null }, { "chargeType": "TAX", "chargeName": "TAX", "chargeAmount": { "currency": "CLP", "amount": 1903 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null }, { "chargeType": "DISCOUNT", "chargeName": "DISCOUNT", "chargeAmount": { "currency": "CLP", "amount": 0 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null }, { "chargeType": "DISCOUNT", "chargeName": "SHIP_DISC", "chargeAmount": { "currency": "CLP", "amount": 1330 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null } ] }, "orderLineQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "statusDate": 1785405600000, "orderLineStatuses": { "orderLineStatus": [ { "status": "Created", "subSellerId": null, "statusQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "cancellationReason": null, "trackingInfo": { "carrierName": { "otherCarrier": null, "carrier": null }, "methodCode": "STANDARD", "carrierMethodCode": null, "trackingURL": null, "packageStatus": null, "actualDeliveryDateTime": null }, "returnCenterAddress": null, "sellerOrderId": null, "shipmentPackages": null } ] }, "refund": null, "fulfillment": { "fulfillmentOption": "Seller", "shipMethod": "STANDARD", "storeId": "10001580000", "offerId": "1B8C294546CD3D38ADBCCDE25D9B0000", "pickUpDateTime": null, "pickUpBy": null, "shippingProgramType": null, "predictedShipNodeId": "10001580000", "predictedShipNodeName": "Ship Node Name" } }, { "lineNumber": "3", "item": { "productName": "Pack x6 picado Nestlé® Naturnes® carne, zanahoria y arroz 250g", "sku": "956000000" }, "charges": { "charge": [ { "chargeType": "PRODUCT", "chargeName": "ItemPrice", "chargeAmount": { "currency": "CLP", "amount": 9319 }, "tax": { "taxName": "IVA_TAX", "taxAmount": { "currency": "CLP", "amount": 1771 } }, "isDiscount": null, "discountType": null }, { "chargeType": "COMMISSION", "chargeName": "Commission", "chargeAmount": { "currency": "CLP", "amount": 555 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null }, { "chargeType": "SHIPPING", "chargeName": "Shipping", "chargeAmount": { "currency": "CLP", "amount": 1118 }, "tax": { "taxName": "SHIP_IVA_TAX", "taxAmount": { "currency": "CLP", "amount": 212 } }, "isDiscount": null, "discountType": null }, { "chargeType": "TAX", "chargeName": "TAX", "chargeAmount": { "currency": "CLP", "amount": 1983 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null }, { "chargeType": "DISCOUNT", "chargeName": "DISCOUNT", "chargeAmount": { "currency": "CLP", "amount": 0 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null }, { "chargeType": "DISCOUNT", "chargeName": "SHIP_DISC", "chargeAmount": { "currency": "CLP", "amount": 1330 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null } ] }, "orderLineQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "statusDate": 1785405600000, "orderLineStatuses": { "orderLineStatus": [ { "status": "Created", "subSellerId": null, "statusQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "cancellationReason": null, "trackingInfo": { "carrierName": { "otherCarrier": null, "carrier": null }, "methodCode": "STANDARD", "carrierMethodCode": null, "trackingURL": null, "packageStatus": null, "actualDeliveryDateTime": null }, "returnCenterAddress": null, "sellerOrderId": null, "shipmentPackages": null } ] }, "refund": null, "fulfillment": { "fulfillmentOption": "Seller", "shipMethod": "STANDARD", "storeId": "10001580000", "offerId": "20F61E9381D83C9CB325472DFF9B0000", "pickUpDateTime": null, "pickUpBy": null, "shippingProgramType": null, "predictedShipNodeId": "10001580000", "predictedShipNodeName": "Ship Node Name" } } ] } }, { "purchaseOrderId": "P111620000", "customerOrderId": "4102635000000", "customerEmailId": "[email protected]", "kycDetails": { "kycIdType": "RFC", "kycIdValue": "14511220-1" }, "orderDate": 1785327841000, "shippingInfo": { "phone": "+88884856883", "estimatedDeliveryDate": 1785492000000, "estimatedShipDate": 1785348000000, "methodCode": "STANDARD", "postalAddress": { "name": "Name", "address1": "Address1", "address2": "Address2", "city": "City", "state": "State", "country": "CL", "addressType": null }, "carrierMethodName": null }, "orderSummary": { "totalAmount": { "amount": 118340, "currency": "CLP" }, "orderSubTotal": [ { "subTotalType": "SHIPPING", "totalAmount": { "amount": 2513, "currency": "CLP" } }, { "subTotalType": "TAX", "totalAmount": { "amount": 19373, "currency": "CLP" } }, { "subTotalType": "PRODUCT", "totalAmount": { "amount": 99444, "currency": "CLP" } }, { "subTotalType": "DISCOUNT", "totalAmount": { "amount": 0, "currency": "CLP" } }, { "subTotalType": "SHIP_DISC", "totalAmount": { "amount": -2990, "currency": "CLP" } } ] }, "orderLines": { "orderLine": [ { "lineNumber": "5", "item": { "productName": "Pack 3 Leche En Polvo Nido Semidescremada S/lactosa Bolsa 700g", "sku": "972400000" }, "charges": { "charge": [ { "chargeType": "PRODUCT", "chargeName": "ItemPrice", "chargeAmount": { "currency": "CLP", "amount": 16294 }, "tax": { "taxName": "IVA_TAX", "taxAmount": { "currency": "CLP", "amount": 3096 } }, "isDiscount": null, "discountType": null }, { "chargeType": "COMMISSION", "chargeName": "Commission", "chargeAmount": { "currency": "CLP", "amount": 970 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null }, { "chargeType": "SHIPPING", "chargeName": "Shipping", "chargeAmount": { "currency": "CLP", "amount": 419 }, "tax": { "taxName": "SHIP_IVA_TAX", "taxAmount": { "currency": "CLP", "amount": 80 } }, "isDiscount": null, "discountType": null }, { "chargeType": "TAX", "chargeName": "TAX", "chargeAmount": { "currency": "CLP", "amount": 3176 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null }, { "chargeType": "DISCOUNT", "chargeName": "DISCOUNT", "chargeAmount": { "currency": "CLP", "amount": 0 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null }, { "chargeType": "DISCOUNT", "chargeName": "SHIP_DISC", "chargeAmount": { "currency": "CLP", "amount": 498 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null } ] }, "orderLineQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "statusDate": 1785492000000, "orderLineStatuses": { "orderLineStatus": [ { "status": "Acknowledged", "subSellerId": null, "statusQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "cancellationReason": null, "trackingInfo": { "carrierName": { "otherCarrier": null, "carrier": "BLUEXPRESS" }, "methodCode": "STANDARD", "carrierMethodCode": null, "trackingNumber": "2357144000", "trackingURL": "https://example.com/track?number=794644792798", "packageStatus": null, "shipmentNo": "168241520_1", "actualDeliveryDateTime": null }, "returnCenterAddress": null, "sellerOrderId": null, "shipmentPackages": null } ] }, "refund": null, "fulfillment": { "fulfillmentOption": "Seller", "shipMethod": "STANDARD", "storeId": "10001580000", "offerId": "9A893F3F839B3436A84A3A35EA880000", "pickUpDateTime": null, "pickUpBy": null, "shippingProgramType": null, "predictedShipNodeId": "10001580000", "predictedShipNodeName": "Ship Node Name" } }, { "lineNumber": "4", "item": { "productName": "Pack leche en polvo Nido® semidescremada bolsa 700g x3", "sku": "971600000" }, "charges": { "charge": [ { "chargeType": "PRODUCT", "chargeName": "ItemPrice", "chargeAmount": { "currency": "CLP", "amount": 16714 }, "tax": { "taxName": "IVA_TAX", "taxAmount": { "currency": "CLP", "amount": 3176 } }, "isDiscount": null, "discountType": null }, { "chargeType": "COMMISSION", "chargeName": "Commission", "chargeAmount": { "currency": "CLP", "amount": 995 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null }, { "chargeType": "SHIPPING", "chargeName": "Shipping", "chargeAmount": { "currency": "CLP", "amount": 419 }, "tax": { "taxName": "SHIP_IVA_TAX", "taxAmount": { "currency": "CLP", "amount": 79 } }, "isDiscount": null, "discountType": null }, { "chargeType": "TAX", "chargeName": "TAX", "chargeAmount": { "currency": "CLP", "amount": 3255 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null }, { "chargeType": "DISCOUNT", "chargeName": "DISCOUNT", "chargeAmount": { "currency": "CLP", "amount": 0 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null }, { "chargeType": "DISCOUNT", "chargeName": "SHIP_DISC", "chargeAmount": { "currency": "CLP", "amount": 498 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null } ] }, "orderLineQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "statusDate": 1785492000000, "orderLineStatuses": { "orderLineStatus": [ { "status": "Acknowledged", "subSellerId": null, "statusQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "cancellationReason": null, "trackingInfo": { "carrierName": { "otherCarrier": null, "carrier": "BLUEXPRESS" }, "methodCode": "STANDARD", "carrierMethodCode": null, "trackingNumber": "2357147000", "trackingURL": "https://example.com/track?number=794644792798", "packageStatus": null, "shipmentNo": "168241531_1", "actualDeliveryDateTime": null }, "returnCenterAddress": null, "sellerOrderId": null, "shipmentPackages": null } ] }, "refund": null, "fulfillment": { "fulfillmentOption": "Seller", "shipMethod": "STANDARD", "storeId": "10001580000", "offerId": "D296A58D4FF1315C989942472A7E0000", "pickUpDateTime": null, "pickUpBy": null, "shippingProgramType": null, "predictedShipNodeId": "10001580000", "predictedShipNodeName": "Ship Node Name" } }, { "lineNumber": "6", "item": { "productName": "Pack 3 Leche En Polvo Nido Semidescremada S/lactosa Bolsa 700g", "sku": "972400000" }, "charges": { "charge": [ { "chargeType": "PRODUCT", "chargeName": "ItemPrice", "chargeAmount": { "currency": "CLP", "amount": 16294 }, "tax": { "taxName": "IVA_TAX", "taxAmount": { "currency": "CLP", "amount": 3096 } }, "isDiscount": null, "discountType": null }, { "chargeType": "COMMISSION", "chargeName": "Commission", "chargeAmount": { "currency": "CLP", "amount": 970 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null }, { "chargeType": "SHIPPING", "chargeName": "Shipping", "chargeAmount": { "currency": "CLP", "amount": 418 }, "tax": { "taxName": "SHIP_IVA_TAX", "taxAmount": { "currency": "CLP", "amount": 79 } }, "isDiscount": null, "discountType": null }, { "chargeType": "TAX", "chargeName": "TAX", "chargeAmount": { "currency": "CLP", "amount": 3175 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null }, { "chargeType": "DISCOUNT", "chargeName": "DISCOUNT", "chargeAmount": { "currency": "CLP", "amount": 0 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null }, { "chargeType": "DISCOUNT", "chargeName": "SHIP_DISC", "chargeAmount": { "currency": "CLP", "amount": 498 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null } ] }, "orderLineQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "statusDate": 1785492000000, "orderLineStatuses": { "orderLineStatus": [ { "status": "Acknowledged", "subSellerId": null, "statusQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "cancellationReason": null, "trackingInfo": { "carrierName": { "otherCarrier": null, "carrier": "BLUEXPRESS" }, "methodCode": "STANDARD", "carrierMethodCode": null, "trackingNumber": "2357140000", "trackingURL": "https://example.com/track?number=794644792798", "packageStatus": null, "shipmentNo": "168241523_1", "actualDeliveryDateTime": null }, "returnCenterAddress": null, "sellerOrderId": null, "shipmentPackages": null } ] }, "refund": null, "fulfillment": { "fulfillmentOption": "Seller", "shipMethod": "STANDARD", "storeId": "10001580000", "offerId": "9A893F3F839B3436A84A3A35EA880000", "pickUpDateTime": null, "pickUpBy": null, "shippingProgramType": null, "predictedShipNodeId": "10001580000", "predictedShipNodeName": "Ship Node Name" } }, { "lineNumber": "1", "item": { "productName": "Pack leche en polvo Nido® semidescremada bolsa 700g x3", "sku": "971600000" }, "charges": { "charge": [ { "chargeType": "PRODUCT", "chargeName": "ItemPrice", "chargeAmount": { "currency": "CLP", "amount": 16714 }, "tax": { "taxName": "IVA_TAX", "taxAmount": { "currency": "CLP", "amount": 3176 } }, "isDiscount": null, "discountType": null }, { "chargeType": "COMMISSION", "chargeName": "Commission", "chargeAmount": { "currency": "CLP", "amount": 995 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null }, { "chargeType": "SHIPPING", "chargeName": "Shipping", "chargeAmount": { "currency": "CLP", "amount": 419 }, "tax": { "taxName": "SHIP_IVA_TAX", "taxAmount": { "currency": "CLP", "amount": 81 } }, "isDiscount": null, "discountType": null }, { "chargeType": "TAX", "chargeName": "TAX", "chargeAmount": { "currency": "CLP", "amount": 3257 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null }, { "chargeType": "DISCOUNT", "chargeName": "DISCOUNT", "chargeAmount": { "currency": "CLP", "amount": 0 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null }, { "chargeType": "DISCOUNT", "chargeName": "SHIP_DISC", "chargeAmount": { "currency": "CLP", "amount": 500 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null } ] }, "orderLineQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "statusDate": 1785492000000, "orderLineStatuses": { "orderLineStatus": [ { "status": "Acknowledged", "subSellerId": null, "statusQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "cancellationReason": null, "trackingInfo": { "carrierName": { "otherCarrier": null, "carrier": "BLUEXPRESS" }, "methodCode": "STANDARD", "carrierMethodCode": null, "trackingNumber": "2357140000", "trackingURL": "https://example.com/track?number=794644792798", "packageStatus": null, "shipmentNo": "168241530_1", "actualDeliveryDateTime": null }, "returnCenterAddress": null, "sellerOrderId": null, "shipmentPackages": null } ] }, "refund": null, "fulfillment": { "fulfillmentOption": "Seller", "shipMethod": "STANDARD", "storeId": "10001587000", "offerId": "D296A58D4FF1315C989942472A7E0000", "pickUpDateTime": null, "pickUpBy": null, "shippingProgramType": null, "predictedShipNodeId": "10001580000", "predictedShipNodeName": "Ship Node Name" } }, { "lineNumber": "3", "item": { "productName": "Pack leche en polvo Nido® semidescremada bolsa 700g x3", "sku": "971600000" }, "charges": { "charge": [ { "chargeType": "PRODUCT", "chargeName": "ItemPrice", "chargeAmount": { "currency": "CLP", "amount": 16714 }, "tax": { "taxName": "IVA_TAX", "taxAmount": { "currency": "CLP", "amount": 3176 } }, "isDiscount": null, "discountType": null }, { "chargeType": "COMMISSION", "chargeName": "Commission", "chargeAmount": { "currency": "CLP", "amount": 995 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null }, { "chargeType": "SHIPPING", "chargeName": "Shipping", "chargeAmount": { "currency": "CLP", "amount": 419 }, "tax": { "taxName": "SHIP_IVA_TAX", "taxAmount": { "currency": "CLP", "amount": 79 } }, "isDiscount": null, "discountType": null }, { "chargeType": "TAX", "chargeName": "TAX", "chargeAmount": { "currency": "CLP", "amount": 3255 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null }, { "chargeType": "DISCOUNT", "chargeName": "DISCOUNT", "chargeAmount": { "currency": "CLP", "amount": 0 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null }, { "chargeType": "DISCOUNT", "chargeName": "SHIP_DISC", "chargeAmount": { "currency": "CLP", "amount": 498 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null } ] }, "orderLineQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "statusDate": 1785492000000, "orderLineStatuses": { "orderLineStatus": [ { "status": "Acknowledged", "subSellerId": null, "statusQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "cancellationReason": null, "trackingInfo": { "carrierName": { "otherCarrier": null, "carrier": "BLUEXPRESS" }, "methodCode": "STANDARD", "carrierMethodCode": null, "trackingNumber": "2357140000", "trackingURL": "https://example.com/track?number=794644792798", "packageStatus": null, "shipmentNo": "168241529_1", "actualDeliveryDateTime": null }, "returnCenterAddress": null, "sellerOrderId": null, "shipmentPackages": null } ] }, "refund": null, "fulfillment": { "fulfillmentOption": "Seller", "shipMethod": "STANDARD", "storeId": "10001580000", "offerId": "D296A58D4FF1315C989942472A7E0000", "pickUpDateTime": null, "pickUpBy": null, "shippingProgramType": null, "predictedShipNodeId": "10001580000", "predictedShipNodeName": "Ship Node Name" } }, { "lineNumber": "2", "item": { "productName": "Pack leche en polvo Nido® semidescremada bolsa 700g x3", "sku": "971600000" }, "charges": { "charge": [ { "chargeType": "PRODUCT", "chargeName": "ItemPrice", "chargeAmount": { "currency": "CLP", "amount": 16714 }, "tax": { "taxName": "IVA_TAX", "taxAmount": { "currency": "CLP", "amount": 3176 } }, "isDiscount": null, "discountType": null }, { "chargeType": "COMMISSION", "chargeName": "Commission", "chargeAmount": { "currency": "CLP", "amount": 995 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null }, { "chargeType": "SHIPPING", "chargeName": "Shipping", "chargeAmount": { "currency": "CLP", "amount": 419 }, "tax": { "taxName": "SHIP_IVA_TAX", "taxAmount": { "currency": "CLP", "amount": 79 } }, "isDiscount": null, "discountType": null }, { "chargeType": "TAX", "chargeName": "TAX", "chargeAmount": { "currency": "CLP", "amount": 3255 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null }, { "chargeType": "DISCOUNT", "chargeName": "DISCOUNT", "chargeAmount": { "currency": "CLP", "amount": 0 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null }, { "chargeType": "DISCOUNT", "chargeName": "SHIP_DISC", "chargeAmount": { "currency": "CLP", "amount": 498 }, "tax": { "taxAmount": { "currency": "CLP", "amount": 0 } }, "isDiscount": null, "discountType": null } ] }, "orderLineQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "statusDate": 1785492000000, "orderLineStatuses": { "orderLineStatus": [ { "status": "Acknowledged", "subSellerId": null, "statusQuantity": { "unitOfMeasurement": "EACH", "amount": "1" }, "cancellationReason": null, "trackingInfo": { "carrierName": { "otherCarrier": null, "carrier": "BLUEXPRESS" }, "methodCode": "STANDARD", "carrierMethodCode": null, "trackingNumber": "2357140002", "trackingURL": "https://example.com/track?number=794644792798", "packageStatus": null, "shipmentNo": "168241521_1", "actualDeliveryDateTime": null }, "returnCenterAddress": null, "sellerOrderId": null, "shipmentPackages": null } ] }, "refund": null, "fulfillment": { "fulfillmentOption": "Seller", "shipMethod": "STANDARD", "storeId": "10001580000", "offerId": "D296A58D4FF1315C989942472A7E0000", "pickUpDateTime": null, "pickUpBy": null, "shippingProgramType": null, "predictedShipNodeId": "10001580000", "predictedShipNodeName": "Ship Node Name" } } ] } } ] } }
}400
{ "errors": [ { "code": "INVALID_REQUEST_CONTENT.GMP_ORDER_API", "description": "Invalid request content.", "info": "Request content is not valid.", "severity": "ERROR", "category": "DATA" } ]
}401
{ "errors": [ { "code": "UNAUTHORIZED.GMP_ORDER_API", "description": "Unauthorized request.", "info": "Authentication failed. Verify your credentials.", "severity": "ERROR", "category": "APPLICATION" } ]
}403
{ "errors": [ { "code": "FORBIDDEN.GMP_ORDER_API", "description": "Access denied.", "info": "You do not have permission to perform this action.", "severity": "ERROR", "category": "APPLICATION" } ]
}404
{ "errors": [ { "code": "NOT_FOUND.GMP_ORDER_API", "description": "Resource not found.", "info": "The requested purchase order was not found.", "severity": "ERROR", "category": "DATA" } ]
}429
{ "code": "REQUEST_THRESHOLD_VIOLATED", "description": "Too many requests in a given amount of time.", "info": "You have exceeded the rate limit for this API. Retry after the time indicated in the Retry-After header.", "severity": "ERROR", "category": "SYSTEM", "causes": [], "errorIdentifiers": {}, "field": "RateLimitExceeded"
}500
{ "errors": [ { "code": "INTERNAL_SERVER_ERROR.GMP_ORDER_API", "description": "An internal server error occurred.", "info": "Retry the request. If the issue persists, contact support.", "severity": "ERROR", "category": "SYSTEM" } ]
}Result
If successful, the API responds with an HTTP status: 200 OK and a JSON payload containing a list of purchase orders with their details.
Next step
Retrieve all orders with line items in the Created status that Walmart has released for processing.
Updated 5 days ago

