Retrieve a product
Authorizations
Your Goody API key.
Path Parameters
Product ID
Query Parameters
Limit to custom catalog only (for approved API partners)
Response
The price of the product, in cents.
Whether the price of this product is variable. If true, then the price can be set by the sender.
A description of this product.
An optional one-line description of this product. When provided, it overrides the subtitle when displayed in areas with less space. Not always provided.
An optional description of this product with custom verbiage for recipients. When provided, it overrides the subtitle for the product when displayed to the recipient. Falls back to the subtitle.
The label for the variants of this product, e.g. "Size" or "Color".
The number of variants that can be selected for this product. For example, if this is a t-shirt, then this would be 1, since you can only select one size. If this were a build-a-box of chocolates, this could be 3 if you could select 3 flavor variants.
For products that have multiple types of variants, such as both Color and Size, this array contains each group and the options for each group. All variant group permutations have a variant generated for them, constructed from the options in the order of the groups, separated by /
, e.g. Medium / Black
when the groups are Size and Color.
The minimum price of the product, in cents. Only used if price_is_variable is true.
The maximum price of the product, in cents. Only used if price_is_variable is true.
An array of attributes that describe this product.
Whether this product is active. Since the product catalog only returns active products by default, this is always true
, except if you are a Commerce API customer using a custom catalog, and are pulling products with the custom_catalog_show_inactive
flag.
active
, inactive
The date and time this product was last updated, ISO 8601 format. This is bumped when the product, brand, product variants, product attributes, or product images are updated.
For approved API partners only.