Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
orders.read_write - Orders Read & Writecurl --location --request POST 'https://api.zid.sa/v1/managers/store/reverse-orders/waybill' \
--header 'Authorization: {{Autherization}}' \
--header 'X-MANAGER-TOKEN: {{Access-Token}}' \
--header 'Accept-Language: en' \
--form 'order_id="64086815"' \
--form 'is_standalone_zidship_waybill="0"'{
"id": "\"0039bc75-472d-4c48-8c82-5e0a6e8eca14\"",
"store_id": "\"724b67c5-2fca-4813-a4ab-2f77703b2f37\"",
"order_id": 1,
"consignee_name": "\"osama\"",
"consignee_mobile": "\"966500000005\"",
"consignee_city": {
"id": 1,
"country": {
"id": 183,
"name": "\"Saudi Arabia\""
},
"ar_name": "string",
"en_name": "string",
"name": "\"Riyadh\"",
"priority": 0
},
"consignee_address_1": "string",
"consignee_address_2": "string",
"inventory": {
"id": "\"5d1bee6c07e543c99a36849fdd6f5773\"",
"country": {
"id": 183,
"name": {
"ar": "string",
"en": "string"
}
},
"type": "\"PHYSICAL\"",
"coordinates": {
"type": "\"Point\"",
"coordinates": [
0
]
},
"city_id": 1
},
"reason": [
" \"Does not match the description\""
],
"waybill": {
"id": "\"50e06bb5-2ea7-480d-9e98-961076cf87d7\"",
"cost": 10,
"label": "\"https:\\\\/\\\\/zidship.com\\\\/labels\\\\/50e06bb5-2ea7-480d-9e98-961076cf87d7\"",
"status": "string",
"courier": "\"https:\\\\/\\\\/zidship.com\\\\/labels\\\\/50e06bb5-2ea7-480d-9e98-961076cf87d7\"",
"tracking_url": "\"https:\\\\/\\\\/zidship.com\\\\/track\\\\/24098837-reverse\"",
"service_level": "\"reverse\"",
"tracking_number": "\"290446207592\""
}
}