Skip to content

Instantly share code, notes, and snippets.

@ayies128
Last active November 29, 2016 07:18
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ayies128/d682390989f8dd0d06013ced58a13552 to your computer and use it in GitHub Desktop.
MWS ItemFeedSubmit Change ConditionNote
<?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>[authToken]</MerchantIdentifier>
</Header>
<MessageType>[Product]</MessageType>
<Message>
<MessageID>[1]</MessageID>
<OperationType>Update</OperationType>
<Product>
<SKU>[指定するSKU]</SKU>
<Condition>
<ConditionType>[New]</ConditionType>
<ConditionNote>[コンディションノート]</ConditionNote>
</Condition>
</Product>
</Message>
</AmazonEnvelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment