curl --location --request POST '/store/product_drafts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Biji kopi arabica",
"sku": "ESB-006",
"description": "Kopi pilihan asli",
"path_url": "biji-kopi-arabica",
"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"
}
],
"attributes": [],
"varian_items": [
{
"name": "Biji kopi arabica",
"sku": "ESB-006",
"stok": 101,
"min_qty": 100,
"weight": 100,
"length": 10,
"height": 10,
"width": 10,
"price": 45000,
"publish_rate": 50000,
"hpp": 40000,
"status": 1
}
],
"product_cs": [],
"type": 1,
"voucher": false
}'