Schemas
Product
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"brand": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"shipping_price": 123,
"free_shipping_minimum": 123,
"commerce_revshare_excluded": true,
"brand_values": [
"<string>"
]
},
"subtitle": "<string>",
"subtitle_short": "<string>",
"recipient_description": "<string>",
"variants_label": "<string>",
"variants_num_selectable": 123,
"variants": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"image_large": {
"url": "<string>",
"width": 123,
"height": 123
},
"subtitle": "<string>"
}
],
"variant_groups": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"options": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"subtitle": "<string>",
"color": "<string>",
"image_large": {
"url": "<string>",
"width": 123,
"height": 123
}
}
]
}
],
"images": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"image_large": {
"url": "<string>",
"width": 123,
"height": 123
}
}
],
"price": 123,
"price_is_variable": true,
"price_min": 123,
"price_max": 123,
"restricted_states": [
"<string>"
],
"attributes": [
{
"label": "<string>",
"content": "<string>"
}
],
"status": "active",
"updated_at": "2023-11-07T05:31:56Z",
"reserved_options": {
"custom_price_tier": 123
}
}