Amazon Services
Amazon Marketplace Web Service (Amazon MWS) Documentation

Deprecation Notice:

Amazon Marketplace Web Service (MWS) will no longer be available after March 31, 2024. All MWS developers must migrate to Selling Partner API (SP-API) to avoid service disruptions. Refer to the Migration Hub for more information.

Amazon MWS Documentation

SubmitFBAOutboundShipmentInvoice

Description

The SubmitFBAOutboundShipmentInvoice operation submits shipment invoice data for a given shipment.

Availability

This operation is available only in the Brazil marketplace.

Throttling

Maximum request quota Restore rate
25 requests 340 requests every 5 minutes
For definitions of throttling terminology and for a complete explanation of throttling, see Throttling: Limits to how often you can submit requests in the Amazon MWS Developer Guide.

Request parameters

For more information about the request parameters that are required for all Amazon MWS operations, see Required request parameters in the Amazon MWS Developer Guide.

Name Description Required Values
MarketplaceId An Amazon marketplace identifier. Yes Type: xs:string
AmazonShipmentId An Amazon-defined shipment identifier. Use the AmazonShipmentId value that you included with a previous call to the GetFBAOutboundShipmentDetail operation. Yes Type: xs:string
InvoiceContent Shipment invoice data. For the Brazil marketplace this is an XML-based commercial invoice specification, as defined by the government of Brazil. Yes Type: HTTP-BODY
ContentMD5Value MD5 sum for validating the invoice data. For information about calculating this value, see SubmitFeed. Yes Type: xs:string

Response elements

This operation only returns the standard response elements.

Examples

Example query request

For information about standard request requirements, see Required request parameters.

Show example code Hide example code

https://mws.amazonservices.com/ShipmentInvoicing/2018-09-01
  ?AWSAccessKeyId=0PB842EXAMPLE7N4ZTR2
  &Action=SubmitFBAOutboundShipmentInvoice
  &AmazonShipmentId=DrLqQwqvb
  &ContentMD5Value=d41d8cd98f00bEXAMPLE0998ecf8427e
  &MarketplaceId=A2Q3Y263D00KWC
  &MWSAuthToken=amzn.mws.4ea38b7b-f563-7709-4bae-87aeaEXAMPLE
  &SellerId=A2986ZQ066CH2F
  &Signature=ZQLpf8vEXAMPLE0iC265pf18n0%3D
  &SignatureVersion=2
  &SignatureMethod=HmacSHA256
  &Version=2018-09-01

↑ Top

Example response

For information about standard response formatting, see Response format.

Show example code Hide example code

<?xml version="1.0"?>
<SubmitFBAOutboundShipmentInvoiceResponse
    xmlns="http://mws.amazonservices.com/schema/ShipmentInvoicing/2018-09-01">
    <ResponseMetadata>
        <RequestId>98bbbfc7-22fe-42cf-9ae7-7cfb1849b90f</RequestId>
    </ResponseMetadata>
</SubmitFBAOutboundShipmentInvoiceResponse>

↑ Top