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라든지 지정할 수 있다고 깨달았다고...

좋은 웹페이지 즐겨찾기