Skip to content

Instantly share code, notes, and snippets.

@ayies128
Created December 8, 2016 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayies128/160bddf7b7dd6100401ca6ef9c0627b6 to your computer and use it in GitHub Desktop.
Save ayies128/160bddf7b7dd6100401ca6ef9c0627b6 to your computer and use it in GitHub Desktop.
changeMFNFromAFM
<?xml version="1.0" encoding="utf-8"?>
<AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="amzn-envelope.xsd">
<Header>
<DocumentVersion>1.01</DocumentVersion>
<MerchantIdentifier>{$token}</MerchantIdentifier>
</Header>
<MessageType>Inventory</MessageType>
<Message>
<MessageID>{$i}</MessageID>
<OperationType>Update</OperationType>
<Inventory>
<SKU>{$sku}</SKU>
<Quantity>{$qty}</Quantity>
<SwitchFulfillmentTo>MFN</SwitchFulfillmentTo>
</Inventory>
</Message>
</AmazonEnvelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment