Product Field Glossary
Plain-English definitions for the most important fields returned by the Products endpoints.
This glossary is designed to help developers quickly understand the product object and the fields most commonly used during product selection and order creation.
Core fields
- Id - Unique product identifier used when creating an order
- Name - Display name of the product
- CurrencyCode - Currency for the product, when provided
Denomination fields
- Denominations - Supported values or value range for the product
- DenominationType - Indicates whether the product is fixed, variable, or variable without cents
Delivery fields
- AvailableDeliveryTypes - Supported fulfillment methods for the product
- Type - Indicates whether the product is digital or physical
Descriptive fields
- ShortDescription - Short marketing or explanatory copy
- LongDescription - Extended product description
- Terms - Terms and conditions text, when available
- Disclaimer - Additional product disclaimers
- RedemptionNote - Notes about redemption or usage
Additional metadata
- CultureCodes - Supported localization values
- Media - Product imagery or faceplate assets
- Cost - Fee or discount metadata associated with the product
- Meta - Additional product configuration details such as shipping rules
Tip: For most integrations, the most important fields are
Id, Name, Denominations, DenominationType, and AvailableDeliveryTypes.