Amazon Product Advertising API Developer's Manual page 190

Api version 2011-08-01
Table of Contents

Advertisement

Product Advertising API Developer Guide
Name
ResponseGroup
CartGet also accepts the parameters that all operations can use. For more information, see,
Request Parameters (p. 210)
Response
Name
Amount
CartId
CartItem
CartItems
CurrencyCode
FormattedPrice
HMAC
ItemTotal
Price
PurchaseURL
Subtotal
URLEncodedHMAC
CartGet
Description
Specifies the types of values to return. You can specify
multiple response groups in one request by separating
them with commas.
Type: String
Default:
Cart (p. 221)
Valid Values:
CartSimilarities (p. 226)
CartTopSellers (p. 225)
|
CartNewReleases (p. 224)
Description
Price of the item in terms of the lowest currency denomination, for
example, pennies.
Alphanumeric token returned by CartCreate that identifies a cart.
Container for CartItemId, ASIN, SellerNickname, Quantity, Title,
ProductGroup, Price, ItemTotal
Container for Subtotal and CartItem
Format for the display of the money
The price to display on the web site.
Hash Message Authentication Code returned by CartCreate that
identifies a cart. This is an encrypted alphanumeric token that is used
to authenticate cart operations.
Container for Amount, CurrencyCode, FormattedPrice. Cost of the item
multiplied by the quantity ordered.
Container for Amount, CurrencyCode, FormattedPrice. Price of a single
item.
URL that customers should use to purchase the items in their cart. The
URL includes the Associate's ID, called the Associate Tag. It is
important to use the PurchaseURL otherwise the Associate will not get
credit for the customer's purchase.
Container for Amount, CurrencyCode, and FormattedPrice. Subtotal
is the total price of all of the items in a car butt not including tax or
shipping.
A URL encoded version of the HMAC . This encoding is necessary
because some characters, such as + and /, cannot be included in a
URL. The value of this parameter is a convenience function. Otherwise,
you would have to URL encode the HMAC yourself.
API Version 2011-08-01
183
Required
No
|
Common

Advertisement

Table of Contents
loading

Table of Contents