Product
Represents an in-app product, such as consumable, entitlement, or subscription content. Retrieve product data by using API.
Properties
coinsReward
coinsReward: CoinsReward
Number of Amazon Coins that a customer may be rewarded after purchasing the associated Product.
description
description:
string
Localized description of the product.
price
price: Price
Price of the product.
productType
productType: ProductType
Type of product.
sku
sku:
string
Stock-keeping unit (SKU) of the product.
smallIconUrl
smallIconUrl:
string
Url of the product's small icon.
title
title:
string
Localized title of the product.
subscriptionPeriod?
optionalsubscriptionPeriod:string
Returns the subscription period configured in the Amazon Developer Portal. The subscription period, if not null, contains the duration of the subscription associated with the product. It will be null for non-subscriptions.
freeTrialPeriod?
optionalfreeTrialPeriod:string
Returns the free trial period configured in the Amazon Developer Portal. The free trial period, if not null, contains the duration of the free trial associated with the current product. It may be null.
promotions
promotions: Promotion
[]
Represents a list of promotions configured in the Amazon Developer Portal. This List, if not empty, contains the data about all the promotions associated with the current product. It will be empty if promotions are unavailable.
Last updated: Jul 22, 2026

