curl --location --request POST '/api/v1/public/products/inventory/create' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"sku": "ABL098899",
"name": "Hộp bánh trung thu",
"cost": 2190000,
"sale_price": 2690000,
"weight": "987",
"package_length": "30",
"package_width": "12",
"package_height": "5",
"product_brand": {{brand_id}},
"product_category": {{category_id}},
"info": {
"description": "bánh xịn"
},
"images": [
{
"is_default": true,
"image_url": "https://nhl.sgp1.cdn.digitaloceanspaces.com/ts/shopping_1760460685.webp"
}
],
"is_serial_number": 1,
"is_batch_control": 1,
"is_bubble_wrap": 1,
"is_nozzle_reinforcement": 1,
"is_kraft_paper": 0,
"is_fragile": 1,
"is_high_value": 1,
"is_expiration_control": 0,
"min_shelf_life_inbound": 60,
"min_shelf_life_outbound": 45,
"shelf_life": "365",
"material": "3PF-BOX",
"packaging_tape": "3PF-TAPE",
"product_type": "NORMAL",
"storage_method": "normal",
"outbound_strategy": "fefo",
"unit": {{unit_id}},
"packing_note": "cần kiểm tra kỹ",
"documents": [
{
"url": "https://nhl.sgp1.cdn.digitaloceanspaces.com/ts/report_inv_by_serial_10_14_2025_1760460887.xlsx",
"name": "report_inv_by_serial_10_14_2025_1760460887.xlsx",
"doc_type": 3
}
],
"barcode_list": [
{
"barcode": "ABL098899"
}
],
"min_stock_warning": 10,
"config": {
"validate_all_fields": true,
"create_inventory_stock": true
}
}'