Skip to main content

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 boolean

The option of delivery charge.


delivery_charge number

It is the charge of the delivery option.


status string

The status of the delivery charge availability.


delivery_charge_desc null

It is optional to use this.

GET /api/v2/check-zone
curl --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
}