Skip to content

Instantly share code, notes, and snippets.

@edward
Created August 12, 2009 20:12
Show Gist options
  • Save edward/166724 to your computer and use it in GitHub Desktop.
Save edward/166724 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header>
<aws:AWSAccessKeyId env:mustUnderstand="0" xmlns:aws="http://security.amazonaws.com/doc/2007-01-01/" env:actor="http://schemas.xmlsoap.org/soap/actor/next">0BRV8WCYSJ4MJMXRNKR2</aws:AWSAccessKeyId>
<aws:Signature env:mustUnderstand="0" xmlns:aws="http://security.amazonaws.com/doc/2007-01-01/" env:actor="http://schemas.xmlsoap.org/soap/actor/next">WnK8kc9rEMtHGkX/mYbJjA406FA=</aws:Signature>
<aws:Timestamp env:mustUnderstand="0" xmlns:aws="http://security.amazonaws.com/doc/2007-01-01/" env:actor="http://schemas.xmlsoap.org/soap/actor/next">2009-08-12T19:19:48Z</aws:Timestamp>
</env:Header>
<env:Body>
<CreateFulfillmentOrder xmlns="http://fba-outbound.amazonaws.com/doc/2007-08-02/">
<MerchantFulfillmentOrderId>8af0a8f37b8e40a999ce3929a66275f4</MerchantFulfillmentOrderId>
<DisplayableOrderId>8af0a8f37b8e40a999ce3929a66275f4</DisplayableOrderId>
<DisplayableOrderDateTime>2005-07-31T11:57:11Z</DisplayableOrderDateTime>
<DisplayableOrderComment>Thank you for your purchase</DisplayableOrderComment>
<ShippingSpeedCategory>Standard</ShippingSpeedCategory>
<DestinationAddress>
<Name>Bob Bobsen</Name>
<Line1>123 Amoebobacterieae St</Line1>
<City>Ottawa</City>
<StateOrProvinceCode>ON</StateOrProvinceCode>
<CountryCode>CA</CountryCode>
<PostalCode>K2P0V6</PostalCode>
<PhoneNumber>(555)555-5555</PhoneNumber>
</DestinationAddress>
<Item>
<MerchantSKU>SETTLERS</MerchantSKU>
<MerchantFulfillmentOrderItemId>0</MerchantFulfillmentOrderItemId>
<Quantity>1</Quantity>
</Item>
</CreateFulfillmentOrder>
</env:Body>
</env:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment