{
"request_id": "string",
"logistics_company_name": "string",
"transport_type": "AIR",
"outbound_no": "string",
"destination": "string",
"ship_date": "2019-08-24",
"shipped_file_ids": [
0
]
}
curl --location --request POST 'https://open-fat.cb.paykka.com/api/v2/merch/contract/logistics/supplement' \
--header 'X-Merch-Id: M24061911365700670' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_id": "string",
"logistics_company_name": "string",
"transport_type": "AIR",
"outbound_no": "string",
"destination": "string",
"ship_date": "2019-08-24",
"shipped_file_ids": [
0
]
}'
{
"status": "RELATABLE"
}