{
"products": [
{
"command": "create",
"info": {
"id": "prod_new_shirt_456",
"item_id": "item_polo_shirt",
"merchant_id": "mer_fashion_store",
"price": 120.00,
"currency": "SAR",
"sku": "POLO-BASE",
"variant_groups": [
{
"id": "vargrp_polo_size", "name": "Size", "selection_type": "single",
"variants": [
{ "id": "v_polo_m", "name": "Medium", "price_adjustment": 0.00 },
{ "id": "v_polo_l", "name": "Large", "price_adjustment": 10.00 }
]
},
{
"id": "vargrp_polo_color", "name": "Color", "selection_type": "single",
"variants": [
{ "id": "v_polo_blk", "name": "Black", "price_adjustment": 0.00 },
{ "id": "v_polo_nvy", "name": "Navy", "price_adjustment": 0.00 }
]
}
],
"variant_combinations": [
{
"sku": "POLO-M-BLK",
"price": 120.00,
"options": [
{ "group_id": "vargrp_polo_size", "variant_id": "v_polo_m" },
{ "group_id": "vargrp_polo_color", "variant_id": "v_polo_blk" }
]
},
{
"sku": "POLO-M-NVY",
"price": 120.00,
"options": [
{ "group_id": "vargrp_polo_size", "variant_id": "v_polo_m" },
{ "group_id": "vargrp_polo_color", "variant_id": "v_polo_nvy" }
]
},
{
"sku": "POLO-L-BLK",
"price": 130.00,
"options": [
{ "group_id": "vargrp_polo_size", "variant_id": "v_polo_l" },
{ "group_id": "vargrp_polo_color", "variant_id": "v_polo_blk" }
]
},
{
"sku": "POLO-L-NVY",
"price": 130.00,
"options": [
{ "group_id": "vargrp_polo_size", "variant_id": "v_polo_l" },
{ "group_id": "vargrp_polo_color", "variant_id": "v_polo_nvy" }
]
}
],
"modifier_groups": [],
"is_active": true,
"updated_at": "2025-10-18T17:00:00Z"
}
}
]
}