Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Operation Payloads

1 Common
https://sellingpartnerapi-na.amazon.com/vendor/directFulfillment

2 POST
2.1 UpdateInventory

Submit Inventory Updates for specified warehouse covering either partial or full feed.

/inventory/v1/warehouses/{warehouseId}/items

Requires a warehouseId how to get it

2.2 VendorInvoice
Submit Invoice for vendor's direct fulfillment orders.

/payments/v1/invoices

3 GET
3.1 VendorOrders

3.1.1 getOrder
Returns order based on the purchaseOrderNumber values that you specify.

orders/v1/purchaseOrders/{purchaseOrderNumber}

3.1.2 getOrders
Returns a list of orders created during a time frame that you specify. You define that time frame using
the createdAfter and createdBefore parameter. You must use both of these parameters. You can also
choose to get just the order numbers using filter includeDetails = false and later use the getOrder
operation to receive details of the order. If you use filter using includeDetails = false , you will just
receive the list of purchase orders, the item level details won't be displayed for each PO with that filter.

/ orders/v1/purchaseOrders
4 s

5 s

You might also like