OfferFull レスポンスグループは、出品情報に関するさまざまな情報を返します。OfferFull は、Offers レスポンスグループの結果と以下の情報を返す親レスポンスグループです。
出品者のニックネーム
出品者の州
出品者の国
マーチャントの名前
マーチャントの州コード
マーチャントの国コード
![]() | 注意 |
|---|---|
全ての出品者やマーチャントがこのデータを持っているわけではありません。 |
次の表では、OfferFull によって返される要素について説明しています。
OfferFull は、全てのレスポンスグループに共通のレスポンス要素に示されている、全てのレスポンスグループが返す要素も返します。
次のレスポンスグループは、OfferFull の親レスポンスグループです。
なし
次のリクエストを使用して、OfferFull によって返される XML レスポンス要素を説明しています。
http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS アクセスキー ID]&
Operation=ItemSearch&
Condition=All&
SearchIndex=Books&
Title=Harry%20Potter&
ResponseGroup=OfferFull&
Version=2008-08-19次のレスポンス例では、OfferFull によって返される要素が示されています。
<Item>
<ASIN>0439682584</ASIN>
<OfferSummary>
<LowestNewPrice>
<Amount>2580</Amount>
<CurrencyCode>USD</CurrencyCode>
<FormattedPrice>$25.80</FormattedPrice>
</LowestNewPrice>
<LowestUsedPrice>
<Amount>1599</Amount>
<CurrencyCode>USD</CurrencyCode>
<FormattedPrice>$15.99</FormattedPrice>
</LowestUsedPrice>
<LowestCollectiblePrice>
<Amount>2580</Amount>
<CurrencyCode>USD</CurrencyCode>
<FormattedPrice>$25.80</FormattedPrice>
</LowestCollectiblePrice>
<TotalNew>40</TotalNew>
<TotalUsed>16</TotalUsed>
<TotalCollectible>3</TotalCollectible>
<TotalRefurbished>0</TotalRefurbished>
</OfferSummary>
<Offers>
<TotalOffers>0</TotalOffers>
<TotalOffers>1</TotalOffers>
<TotalOfferPages>0</TotalOfferPages>
<TotalOfferPages>1</TotalOfferPages>
<Offer>
<Merchant>
<MerchantId>ATVPDKIKX0DER</MerchantId>
<Name>Amazon.com</Name>
<GlancePage>http://www.amazon.com/gp/help/seller/home.html?seller=ATVPDKIKX0DER</GlancePage>
</Merchant>
<OfferAttributes>
<Condition>New</Condition>
</OfferAttributes>
<OfferListing>
<OfferListingId>cMVuIFx8kiYSgRIJXiCzKZZyylwztVSAYV8vCo2OxHS8L9SB7lwho8fK6CxYkmdDPy8thFzm30Y%3D</OfferListingId>
<Price>
<Amount>2580</Amount>
<CurrencyCode>USD</CurrencyCode>
<FormattedPrice>$25.80</FormattedPrice>
</Price>
<Availability>Usually ships in 24 hours</Availability>
<IsEligibleForSuperSaverShipping>1</IsEligibleForSuperSaverShipping>
</OfferListing>
</Offer>
</Offers>
</Item>