OfferListings
レスポンスグループは、返される商品の
OfferListings
をレスポンスで返します。返される値は、
Offers
レスポンスグループで返される値から、
OfferSummary
レスポンスグループで返される値を引いたものと同じになります。OfferListings は、商品が配送料無料の対象かどうかを示すIsEligibleForSuperSavingShippingなどの配送オプションを返します。
このレスポンスグループを使用できるオペレーションは以下の通りです:
ItemLookup
ItemSearch
ListLookup
SimilarityLookup
次の表では、OfferListings によって返される要素の親子関係について説明します。「親」列で、スラッシュ記号の左側の要素は親、右側の要素はその子です。
OfferListings は、全てのレスポンスグループに共通のレスポンス要素に示されている、全てのレスポンスグループが返す要素も返します。
次のレスポンスグループは、OfferListings の親レスポンスグループです。
なし
次のレスポンスグループは、OfferListings の子レスポンスグループです。
なし
次のリクエストを使用して、OfferListings によって返される XML レスポンス要素を説明しています。
http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=<replaceable>
<replaceable>[AWS Access Key ID]</replaceable>
</replaceable>]&
AssociateTag=</replaceable>
<replaceable>[Associate ID]</replaceable>
</replaceable>&
Operation=ItemSearch&
Keywords=sports&
ResponseGroup=OfferListings&
Version=2008-08-19 次のレスポンス例では、OfferListings によって返される要素が示されています。
<Item>
<ASIN>B000AYGDIO</ASIN>
<Offers>
<TotalOffers>18</TotalOffers>
<TotalOfferPages>2</TotalOfferPages>
<Offer>
<Seller>
<SellerId>A43VGTGXZ8ZI6</SellerId>
<AverageFeedbackRating>4.9</AverageFeedbackRating>
<TotalFeedback>300</TotalFeedback>
</Seller>
<OfferAttributes>
<Condition>New</Condition>
<SubCondition>new</SubCondition>
<ConditionNote>
Brand new, unopened and complete in the retail box.
</ConditionNote>
</OfferAttributes>
<OfferListing>
<OfferListingId>
pBmLD7%2F4J7zqIMjOLpQI5pkO774zf%2BsvrzbG4JR92xLmC%
</OfferListingId>
<ExchangeId>Y01Y4632798Y1053687</ExchangeId>
<Price>
<Amount>24700</Amount>
<CurrencyCode>USD</CurrencyCode>
<FormattedPrice>$247.00</FormattedPrice>
</Price>
<Availability>Usually ships in 1-2 business days</Availability>
<IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping>
</OfferListing>
</Offer>
<!-- 9 ADDITIONAL OFFERS -->
</Offers>
</Item>