MWS ConditionNote 변경
MWS 기사 전혀 없는 얀
Amazon Marketplace Web Service (Amazon MWS) 기사가 전혀 없기 때문에 간단한 것만 쓸 수 있지만 공헌하고 싶다
ConditionNote는 무엇입니까?
여기에
상품의 상태라든가 구입의 상태라든지 카테고리등에 의해서 바꾸고 싶을 때가 있군요
어떤 작업을 사용합니까?
운영: SubmitFeed
FeedType: 상품 피드 ( POST_PRODUCT_DATA )
제출 샘플
updateConditionNote.xml
<?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>
소감
참조에서
<xsd:element name="Condition" type="ConditionInfo" minOccurs="0"/>
이것만 밖에 쓰고 있지 않기 때문에 Condition 안에 ConditionType이라든지 ConditionNote라든지 지정할 수 있다고 깨달았다고...
Reference
이 문제에 관하여(MWS ConditionNote 변경), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/ayies128/items/24c911ab5f8e8b6e6c22텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)