Delivery Charge
Before confirming orders, verify delivery availability by entering zip codes.
Retrieve Delivery Zone
The API for checking area availability can indicate the delivery zone, ensuring accurate and available delivery zones.
Parameters
subtotal
number *The param determines the total of the ...
zip_code
number *The param determines the zip code of the area.
Attributes
is_passed
booleanThe option of delivery charge.
delivery_charge
numberIt is the charge of the delivery option.
status
stringThe status of the delivery charge availability.
delivery_charge_desc
nullIt is optional to use this.
GET /api/v2/check-zonecurl --location 'https://appliance-api.com/api/v2/check-zone?zip_code=46264&subtotal=3899' \
--header 'x-api-key: your_api_key' \
--header 'x-tenant-id: your_tenant_id'
{
"is_passed": false,
"delivery_charge": 0,
"status": "not avaialble",
"delivery_charge_desc": null
}