Check the invoice submission status for Delivery by Amazon and Self Ship orders

Learn how to check the invoice submission status for Delivery by Amazon and Self Ship orders.

Learn how to check the invoice submission status for Delivery by Amazon and Self Ship orders.

Important

The getInvoiceStatus operation is in Restricted Availability (RA) status and only available in the Brazil (BR) marketplace.

Prerequisites

To complete this tutorial, you need:

Check invoice submission status for a Delivery by Amazon order

Call the getInvoiceStatus operation. Specify the orderId, marketplaceId, invoiceType, and programType as EasyShip.

GET /delivery/2022-07-01/invoice/status?marketplaceId=A2Q3Y263D00KWC&programType=EasyShip&orderId=952-8924663-3144653&invoiceType=Outbound HTTP/1.1
Host: sellingpartnerapi-na.amazon.com
x-amz-access-token: Atza|IwEBIP...

Check invoice submission status for a Self Delivery order

Call the getInvoiceStatus operation. Specify the orderId, marketplaceId, invoiceType, and programType as EasyShip.

GET /delivery/2022-07-01/invoice/status?marketplaceId=A2Q3Y263D00KWC&programType=SelfShip&orderId=952-8924663-3144653&invoiceType=Outbound HTTP/1.1
Host: sellingpartnerapi-na.amazon.com
x-amz-access-token: Atza|IwEBIP...