curl --location 'https://api.zid.sa/v1/managers/store/drafts/validate' \
--header 'Authorization: {{Autherization}}' \
--header 'X-MANAGER-TOKEN: {{Access-Token}}' \
--header 'Accept: application/json' \
--header 'Accept-Language: en' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency_code": "SAR",
"coupon_code": null,
"customer": {
"full_name": "John Doe",
"mobile_country_code": "966",
"mobile_number": "500000005",
"email": "john.doe@example.com"
},
"consignee": {
"contact": {
"full_name": "John Doe",
"mobile_country_code": "966",
"mobile_number": "500000005",
"email": "john.doe@example.com"
},
"address": {
"line_1": "King Fahd Road",
"line_2": "Building 12",
"city_name": "Riyadh",
"country_code": "SA",
"lat": null,
"lng": null,
"short_address": null,
"meta": {
"postcode": "89846-6258",
"building_number": "86",
"additional_number": "21",
"city_name": "Riyad"
}
}
},
"is_gift": false,
"is_gifted_consignee_notifiable": true,
"products": [
{
"sku": "Z.217795.169603646831188",
"quantity": 1
}
],
"shipping_method": {
"type": "delivery",
"id": 432480
},
"payment_method": {
"id": 555224
},
"customer_comment": null
}'