Skip to main content
Create a new one-time purchase product with multi-currency pricing.
Authentication: API Key

Request Body

Price Object Format

Prices are a map of ISO 4217 currency codes to price configuration objects. At least one currency is required.
Supported taxCategory values:

Media Item Format

Example Request

Success Response (200)

Response Fields

The response is wrapped in data.product. The product object is a flattened detail view combining product and version fields. Response price object (per currency):
The status field reflects the environment you are operating in. When created in the test environment (default), status is active. When created in the production environment, the production status is returned.

Errors

Retry policy: Never retry 4xx — fix the request and resubmit. Retry 5xx with exponential backoff (start 5s, max 3 attempts).