curl --location --request POST 'https://dev-api.elefin.id/trx/orders/1a134ca8-b682-4e1e-aab2-4ef80fdba99a' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"expected_delivery_date": "2025-02-27",
"items": [
{
"_id": "67c05a89dd73edd0c5307706",
"product_id": 896,
"product_name": "Frozen Tuna meat",
"product_img": "https://res.cloudinary.com/elefin-id/image/upload/v1714449326/staging/supplier/product/whguychvvhwxnlyviyvk.jpg",
"product_unit": 1,
"product_notes": "",
"product_uom": "Kg",
"sku_elefin": "UFPEGNESB994T3QD",
"price": 64800,
"default_price": 64800,
"quantity": 1,
"minimum_order": 1,
"wholesale": [],
"buyer_id": "b65c5074-0cf4-43f8-a2d1-a2e610232dfd",
"supplier_id": "02aefa47-8e36-4402-964f-b19e2e78b290",
"supplier_code": "FNB",
"merchant_name": "FOOD AND BEVERAGE",
"commission_fee": "12.00",
"commission_type_id": 1,
"commission_method_id": 2,
"is_active": true,
"is_delete": false,
"industry_id": 1,
"selected": true,
"bss_category_id": 1647,
"bss_category_name": "Fish Frozen",
"added_date": "2025-02-27T12:28:57.254Z",
"supplier_selected": true,
"subtotal": 64800
},
{
"_id": "67c05a87dd73edd0c5307705",
"product_id": 902,
"product_name": "Frozen Kembung size 6/8, 8/10",
"product_img": "https://res.cloudinary.com/elefin-id/image/upload/v1714449760/staging/supplier/product/cxmflmcgda8odcajuev9.jpg",
"product_unit": 1,
"product_notes": "",
"product_uom": "Kg",
"sku_elefin": "KMXLC1W5RZEPUBDQ",
"price": 39140,
"default_price": 39140,
"quantity": 1,
"minimum_order": 1,
"wholesale": [],
"buyer_id": "b65c5074-0cf4-43f8-a2d1-a2e610232dfd",
"supplier_id": "02aefa47-8e36-4402-964f-b19e2e78b290",
"supplier_code": "FNB",
"merchant_name": "FOOD AND BEVERAGE",
"commission_fee": "12.00",
"commission_type_id": 1,
"commission_method_id": 2,
"is_active": true,
"is_delete": false,
"industry_id": 1,
"selected": true,
"bss_category_id": 1647,
"bss_category_name": "Fish Frozen",
"added_date": "2025-02-27T12:28:55.918Z",
"supplier_selected": true,
"subtotal": 39140
}
],
"mov": [
{
"entity_code": "FNB",
"mov": 100000
}
],
"notes": "",
"paymentMethod": "COD",
"po_document": [],
"remarks": "111",
"shippingAddress": {
"address": "JL. JENDERAL SUDIRMAN",
"urban": "KARET",
"subdistrict": "SETIA BUDI",
"city_district": "JAKARTA SELATAN",
"province": "DKI JAKARTA",
"zipcode": 12920,
"latitude": "-6.2128128",
"longitude": "106.8662784",
"is_active": true,
"consignee_name": "DIMAS PRASETYO",
"consignee_phone": "81290381995asd",
"branch_name": "DIMAS RESTO",
"is_main_address": true
},
"total_price": 103940,
"email": "",
"phone": ""
}'