{
    "id": 1,
    "sku": "1356284",
    "description": "Red Shirt",
    "category": "Clothing",
    "price": 55.71,
    "length": 6,
    "width": 11,
    "height": 3,
    "weight": 2,
    "returnable": true,
    "created_at": "2024-12-09 22:49:57",
    "updated_at": "2024-12-09 22:49:57"
}
id
integer
required
ID of the product.
sku
string
required
The unique SKU or internal reference code for the product. For example, “1356284”.
description
string
required
The description of the product e.g. “Red shirt”.
category
string
required
The category of the product e.g. “Clothing”.
price
decimal
required
The price of the product in your organization’s currency e.g 55.71.
length
integer
required
The length of the product (in inches, rounded up).
width
integer
required
The width of the product (in inches, rounded up).
height
integer
required
The height of the product (in inches, rounded up).
weight
integer
required
The weight of the product (in pounds, rounded up).
returnable
boolean
required
Status indicating whether the product may be returned.
created_at
string
required
Timestamp of when the product was created.
updated_at
string
required
Timestamp of when the product was last updated.
{
    "id": 1,
    "sku": "1356284",
    "description": "Red Shirt",
    "category": "Clothing",
    "price": 55.71,
    "length": 6,
    "width": 11,
    "height": 3,
    "weight": 2,
    "returnable": true,
    "created_at": "2024-12-09 22:49:57",
    "updated_at": "2024-12-09 22:49:57"
}