curl --location --request PUT '/store/products/ESB-006' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Biji kopi arabica kiro ganteng",
"description": "Kopi pilihan asli kiro ganteng",
"path_url": "biji-kopi-arabica-kiro",
"category_id": 1,
"weight": 1000,
"length": 10,
"height": 10,
"width": 10,
"publish_rate": 50000,
"price": 45000,
"hpp": 40000,
"qty": 10000,
"image": [
{
"file_name": "1750661540-444.png",
"deleted": 1
}
],
"new_image": [
{
"file_name": "1750843088-289.png"
}
],
"attributes": [
{
"name": "Kemasan Kopi",
"items": [
"halus",
"sedang"
],
"priority": 1,
"deleted": 0
},
{
"name": "Tingkat Giling",
"items": [
"1000 gr",
"2000 gr"
],
"priority": 2,
"deleted": 0
}
],
"varian_items": [
{
"name": "Halus 100 gr",
"sku": "ESB-006-01",
"stok": 101,
"min_qty": 100,
"weight": 100,
"length": 10,
"height": 10,
"width": 10,
"price": 45000,
"publish_rate": 50000,
"hpp": 40000,
"status": 1,
"deleted": 0
},
{
"name": "Halus 200 gr",
"sku": "ESB-006-02",
"stok": 302,
"min_qty": 100,
"weight": 200,
"length": 10,
"height": 10,
"width": 10,
"price": 65000,
"publish_rate": 70000,
"hpp": 60000,
"status": 0,
"deleted": 0
},
{
"name": "sedang 1000 gr",
"sku": "ESB-006-03",
"stok": 101,
"min_qty": 100,
"weight": 100,
"length": 10,
"height": 10,
"width": 10,
"price": 45000,
"publish_rate": 50000,
"hpp": 40000,
"status": 1,
"deleted": 0
},
{
"name": "sedang 2000 gr",
"sku": "ESB-006-04",
"stok": 302,
"min_qty": 100,
"weight": 200,
"length": 10,
"height": 10,
"width": 10,
"price": 65000,
"publish_rate": 70000,
"hpp": 60000,
"status": 0,
"deleted": 0
}
],
"product_cs": [
{
"cs_id": 5,
"deleted": 0
}
],
"order_status": 1
}'