Products
The Product object
Products represent the goods or services you are selling to your customers.
Attributes
id
string
The unique identifier of the product.
entity
string
A String representing the type of the object.
livemode
boolean
A “True” value means the request was made in Live Mode, while “False” indicates Test Mode.
name
string
A String representing the name of the product.
description
nullable, string
A String representing the description of the product.
images
array of strings
The images of the product.
metadata
dictionary
A Set of key-value pairs that can be used to store additional information about the product.
created_at
timestamp
Timestamp indicating when the product was created.
updated_at
timestamp
Timestamp indicating when the last time the product was updated (edited).