{
    "id": "01hhyjnrdbc1xhgmd34hs1v3en",
    "entity": "product",
    "livemode": false,
    "name": "Super Product",
    "description": null,
    "images": [],
    "metadata": [],
    "created_at": 1702907011,
    "updated_at": 1702911993
}

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).
{
    "id": "01hhyjnrdbc1xhgmd34hs1v3en",
    "entity": "product",
    "livemode": false,
    "name": "Super Product",
    "description": null,
    "images": [],
    "metadata": [],
    "created_at": 1702907011,
    "updated_at": 1702911993
}