{
"tracking": [
{
"is_default": false,
"tracking_number": "62753339213219",
"is_first_mile": true,
"carrier": "hepsijet"
},
{
"is_default": true,
"tracking_number": "62753339213219",
"is_first_mile": false,
"carrier": "wwe"
}
],
"order_number": "NMSAC3RFZLAMTTI3-IO-1",
"proforma_url": "https://cdn.hepsiglobal.com/prod/proforma/*/*/*.pdf",
"shipment_id": 6492534,
"items": [
{
"quantity": 1,
"order_item_number": "NMSAC3RFZLAMTTI3-IO-1_HBCV00004HPDKI",
"total_deci": 1
}
],
"total_deci": 1
}
curl --location --request POST '/webhooks/create-shipment' \
--header 'Content-Type: application/json' \
--data-raw '{
"tracking": [
{
"is_default": false,
"tracking_number": "62753339213219",
"is_first_mile": true,
"carrier": "hepsijet"
},
{
"is_default": true,
"tracking_number": "62753339213219",
"is_first_mile": false,
"carrier": "wwe"
}
],
"order_number": "NMSAC3RFZLAMTTI3-IO-1",
"proforma_url": "https://cdn.hepsiglobal.com/prod/proforma/*/*/*.pdf",
"shipment_id": 6492534,
"items": [
{
"quantity": 1,
"order_item_number": "NMSAC3RFZLAMTTI3-IO-1_HBCV00004HPDKI",
"total_deci": 1
}
],
"total_deci": 1
}'
{}