MerchantItemAttributes Response Group
The MerchantItemAttributes response group returns merchant-specific information about a merchant's items for sale. The XML element tags returned by MerchantItemAttributes are the same as those returned by ItemAttributes. The values, however, returned by the response groups are mutually exclusive. The number of elements returned by MerchantItemAttributes is typically fewer than those returned by ItemAttributes because merchants typically change only a small subset of attributes returned by ItemAttributes.
MerchantItemAttributes is valid only for the following operations: ItemLookup
, ItemSearch
, and ListLookup
, and only when a MerchantId is specified.
Response Elements
The elements returned by MerchantItemAttributes are the same as those described for the ItemAttributes response group.
MerchantItemAttributes also returns the elements that all response groups return, which is described in Elements Common to All Response Groups.
Parent Response Group
The following response groups are parent response groups of MerchantItemAttributes.
-
None
Child Response Group
The following response groups are children response groups of MerchantItemAttributes.
-
None
Sample REST Use Case
The following request was used to illustrate the XML response elements returned by MerchantItemAttributes.
http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
Operation=ItemLookup&
AWSAccessKeyId=[AWS Access Key ID]
&
ItemId=B000EU0NN0&
IdType=ASIN&MerchantId=[Merchant ID]&
ResponseGroup=ItemAttributes,MerchantItemAttributes&
Version=2008-08-19
Sample Response Snippet
The following response snippet shows the elements returned by MerchantItemAttributes.
<ItemAttributes> <Title>The thing in question</Title> ... </ItemAttributes> <MerchantItemAttributes> <Title>The merchant's title</Title> ... </MerchantItemAttributes>