as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support

Product

Represents an in-app product, such as consumable, entitlement, or subscription content. Retrieve product data by using PurchasingService.getProductData 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.


freeTrialPeriod?

optional freeTrialPeriod: 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.


price

price: Price

Price of the product.


productType

productType: ProductType

Type of product.


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.


sku

sku: string

Stock-keeping unit (SKU) of the product.


smallIconUrl

smallIconUrl: string

Url of the product's small icon.


subscriptionPeriod?

optional subscriptionPeriod: 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.


title

title: string

Localized title of the product.


Last updated: Sep 30, 2025