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/reasons' \
--header 'Authorization: {{Autherization}}' \
--header 'X-MANAGER-TOKEN: {{Access-Token}}' \
--header 'Accept-Language: en' \
--form 'name="Customer not responding"'{
"status": "object",
"order_reverse_reason": {
"id": "f991919f-a230-407b-83d6-930b46c8303c",
"name": "Customer not responding"
},
"message": {
"type": "object",
"code": null,
"name": null,
"description": null
}
}