The Product object
Products describe the specific goods or services you offer to your customers. For example, you might offer a Standard and Premium version of your goods or service; each version would be a separate Product. They can be used in conjunction with Prices to configure pricing in Payment Links, Checkout, and Subscriptions.
Stripe API equivalent/v1/products/v1/products/:id/v1/products/:id/v1/products/v1/products/:id
Attributes
The product's description, meant to be displayable to the customer. Use this field to optionally store a long form explanation of the product being sold for your own rendering purposes.
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
A tax code ID. Expandable to the full Tax code object when you use the expand request parameter.
{
"id": "prod_z_r3CvnB12vYj7exHh",
"object": "product",
"active": true,
"created": 1778510761,
"default_price": null,
"description": null,
"images": [],
"marketing_features": [],
"livemode": false,
"metadata": {},
"name": "Pro Plan",
"package_dimensions": null,
"shippable": null,
"statement_descriptor": null,
"tax_code": null,
"unit_label": null,
"updated": 1778510761,
"url": null,
"platform_account": "acct_z_Platform123abc",
}