Delete shipping rate
DELETE/store/shipping-zone/:shippingZoneId/shipping-rate/:shippingRateId
Delete specific shipping rate with Id :shippingRateId
Request
shippingZoneId stringrequired
ID of the shipping zone
shippingRateId stringrequired
ID of the shipping rate 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"
}