Delete shipping zone
DELETE/store/shipping-zone/:shippingZoneId
Delete specific shipping zone with Id :shippingZoneId
Request
shippingZoneId stringrequired
ID of the item that needs to be returned
altId stringrequired
Location Id or Agency Id
altType stringrequired
Available options
locationSuccessful response
- application/json
- Schema
- Example (auto)
Schema
statusbooleanrequired
Status of api action
messagestring
Success message
{
"status": true,
"message": "Successfully created"
}