Objects
AmazonStore
Represents an Amazon store.
Fields
store
String!
requiredThe name of the Amazon store. The value is always equal to amazon
cartLines
required
An array of AmazonCartLine
objects, each representing a line item in the cart with the Amazon product details and the quantity of the product.
offer
AmazonOffer
An Offer
object containing information about taxes, prices, and shipping methods related to the items in the cart.
shipsToCountries
required
Countries that the store ships to.
isSubmitted
Boolean!
requiredTrue if the store items ended up with a successful checkout
orderId
String!
requiredA unique identifier which will be used for the order placed for this store. Look up more details with orderByID
after the cart has been submitted.
requestId
String!
requiredDeprecated. Use orderId
instead.
errors
required
Contains errors related to a specific store
Related types
Was this page helpful?