curl --location --request POST '/api/v1/public/products/create' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"store": {{store_id}},
"sku": "AO019900",
"name": "Áo thun họa tiết A01",
"original_price": "269000",
"discounted_price": "259000",
"condition": "NEW",
"status": 200,
"weight": 100,
"package_length": 10,
"package_width": 15,
"package_height": 11,
"product_brand": {{brand_id}},
"product_category": {{category_id}},
"info": {
"description": "Áo chất liệu mặt mát"
},
"video_image": [
{
"image_url": "https://nhl.sgp1.cdn.digitaloceanspaces.com/ts/20230302_1760456510.jpg",
"video_url": null,
"thumbnail_url": null,
"duration": 0,
"priority": 1
}
],
"is_dangerous": false,
"is_pre_order": false,
"config": {
"create_inventory_sku": true
}
}'