PutInboundShipmentData

Description

The PutInboundShipmentData operation adds or replaces inbound shipment data (minus the item details) for a given ShipmentId.

Request Parameters

NameDescriptionRequired

ShipmentId

The shipment identifier for your shipment.

Type: String

Default: None

Constraints: Must be a valid shipment identifier from GetInboundShipmentPreview.

Yes

ShipmentName

Choose a naming convention that helps you distinguish each shipment over time, such as the date it was created.

Type: String

Default: None

Constraints: Must be an alphanumeric string from one to 40 characters in length.

Yes

DestinationFulfillmentCenter

The Amazon fulfillment center the shipment is being sent to.

Type: String

Default: None

Valid values: Four-character string returned in GetInboundShipmentPreview.

Yes

ShipFromAddress

Information about a mailing address.

Type: ???

Yes

Response Elements

The PutInboundShipment operation only returns the following metadata:

NameDescription

RequestId

This operation returns a RequestId upon success. Otherwise an explicit error is returned.

Type: String

Examples

Example SOAP Request

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Header>
        <aws:AWSAccessKeyId
            soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next"
            soapenv:mustUnderstand="0"
            xmlns:aws="http://security.amazonaws.com/doc/2007-01-01/"
            >1QZHP81N5R44N89PWYR2</aws:AWSAccessKeyId>
        <aws:Signature
            soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next"
            soapenv:mustUnderstand="0"
            xmlns:aws="http://security.amazonaws.com/doc/2007-01-01/"
            >rjY1XFFQaCpjMDr5Cx3JmO9XBhs=</aws:Signature>
        <aws:Timestamp
            soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next"
            soapenv:mustUnderstand="0"
            xmlns:aws="http://security.amazonaws.com/doc/2007-01-01/"
            >2009-02-21T02:40:41Z</aws:Timestamp>
    </soapenv:Header>
    <soapenv:Body>
        <PutInboundShipmentData
            xmlns="http://fba-inbound.amazonaws.com/doc/2007-05-10/">
            <ShipmentId>SSFI9ASOZZJH2R</ShipmentId>
            <ShipmentName>Test Shipment Prime</ShipmentName>
            <DestinationFulfillmentCenter>RNO1</DestinationFulfillmentCenter>
            <ShipFromAddress>
                <Name>AWS Test Address</Name>
                <AddressLine1>Address Line 1</AddressLine1>
                <AddressLine2>Address Line 2</AddressLine2>
                <City>Seattle</City>
                <StateOrProvinceCode>WA</StateOrProvinceCode>
                <CountryCode>US</CountryCode>
                <PostalCode>98104</PostalCode>
            </ShipFromAddress>
        </PutInboundShipmentData>
    </soapenv:Body>
</soapenv:Envelope>

Example Query Request

https://fba-inbound.amazonaws.com/
?Action=PutInboundShipmentData
&Version=2007-05-10
&AWSAccessKeyId=1QZHP81N5R44N89PWYR2
&Signature=rjY1XFFQaCpjMDr5Cx3JmO9XBhs=
&Timestamp=2009-02-21T02:40:41Z
&ShipmentId=SSFI9ASOZZJH2R
&ShipmentName=Test Shipment Prime
&DestinationFulfillmentCenter=RNO1
&ShipFromAddress.Name=AWS Test Address
&ShipFromAddress.AddressLine1=Address Line 1
&ShipFromAddress.AddressLine2=Address Line 2
&ShipFromAddress.City=Seattle
&ShipFromAddress.StateOrProvinceCode=WA
&ShipFromAddress.CountryCode=US
&ShipFromAddress.PostalCode=98104

Example Response

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ns1:PutInboundShipmentDataResponse
            xmlns:ns1="http://fba-inbound.amazonaws.com/doc/2007-05-10/">
            <ns1:ResponseMetadata>
                <ns1:RequestId>ea07eea0-ba55-4006-8099-56bf15560e24</ns1:RequestId>
            </ns1:ResponseMetadata>
        </ns1:PutInboundShipmentDataResponse>
    </soapenv:Body>
</soapenv:Envelope>

Related Operations

PutInboundShipment

PutInboundShipmentItems