Skip to main content

The Product object

Products represent items that can be included in pricing tables. They are versatile and can be utilized for both physical and digital goods, as well as services.

Attributes

category
nullable string
expandable
ID of the product category.
created_at
string
Time at which the product was created.
currency
string
Three-letter ISO currency code.
deleted_at
nullable string
Time at which the product was moved to trash.
description
nullable string
Description of the product.
id
string
Unique identifier for the product.
name
string
Name of the product.
price
integer
Positive integer describing the product price in cents.
sku
string
SKU of the product.
updated_at
string
Time at which the product was last updated.
The Product object
{
"category": "cat_7vd1kynnir8fxdg6qgtgvuom",
"created_at": "2024-05-14T11:24:10+00:00",
"currency": "USD",
"deleted_at": null,
"description": "Quia rerum recusandae porro perspiciatis.",
"id": "prod_0xpd94emeujod9uu4lnob9r3",
"name": "Doloribus",
"price": 29,
"sku": "c327ab9d-4f3a-3b46-a962-161634682093",
"updated_at": "2024-05-14T11:24:10+00:00"
}