Commerce
payments, invoices & products api
Delete specific shipping rate with Id :shippingRateId
cURL
curl --request DELETE \ --url https://services.leadconnectorhq.com/store/shipping-zone/{shippingZoneId}/shipping-rate/{shippingRateId}
{ "status": true, "message": "Successfully created" }
ID of the shipping zone
"6578278e879ad2646715ba9c"
ID of the shipping rate that needs to be returned
Location Id or Agency Id
location
Successful response
Status of api action
true
Success message
"Successfully created"
Was this page helpful?