Skip to main content
An Offer object represents a specific pricing configuration for a Product that customers can purchase. Offers define the price, currency, region availability, and subscription terms (if applicable). A single Product can have multiple offers to support different regions, currencies, or pricing tiers. Offers can include product keys for digital goods that are automatically delivered upon purchase. Discounts can be applied to offers to reduce the price.

Endpoints

The Offer object

string
Object type identifier. Always "offer" for Offer objects.
string
required
Unique identifier (UUID) for this offer.
string | null
Your custom identifier for this offer. Use to link to your own SKU system.
string | null
Display name of the offer (e.g., “Standard Edition”, “Premium Bundle”).
string | null
Description of what’s included in this offer.
number
required
Price in the specified currency. For Subscriptions, this is the recurring price.
number | null
Original price before any discount. Used to show strikethrough pricing.
string
required
Three-letter ISO 4217 currency code (e.g., "USD", "EUR", "GBP").
string | null
Geographic region where this offer is available. Common values: Global, Europe, United States, United Kingdom, North America, Latin America, Asia, EMEA, Rest of the World
string | null
Platform for digital product activation. Common values: Steam, Xbox Live, PSN, Nintendo, Epic Games, GOG.com, Origin, Battle.net, Ubisoft Connect
string | null
Global Trade Item Number (barcode) for the product.
string | null
Warning or disclaimer message to display to customers.
string | null
Billing interval for Subscriptions. Possible values: day, week, month, year
integer | null
Number of intervals between billings. For example, 3 with month interval means billing every 3 months.
string | null
Trial period interval type. Possible values: day, week, month, year
integer | null
Number of intervals for the trial period. For example, 14 with day interval means a 14-day trial.

Example response


Subscription offer example


Products

Products that offers belong to

Discounts

Discounts that apply to offers

Subscriptions

Subscription offers

Orders

Orders containing offers