Delete Carrier Service

Allows users to remove an existing carrier service.

🔒

Requires write_product access scope. More access scope

The Delete CarrierService API allows users to remove an existing carrier service. This operation can occur either when the application actively requests deletion of the carrier service or when a merchant uninstalls a shipping-related application, ensuring the associated carrier services are also deleted to prevent users from using outdated shipping configurations.

This API is especially useful for:

  1. Proactively removing carrier services that are no longer required.
  2. Ensuring accurate shipping calculations when an application is uninstalled.

Request Parameters

Public Request Parameters

📘

Path Parameters

ParameterTypeRequiredDescriptionExample
carrier_service_idstringYesThe unique identifier of the carrier service to updatecs_123456

Response Explanation

Public Response Parameters

📘

Successful Response

ParameterTypeExampleDescription
codestring200Error code (200 indicates success)
messagestringSuccessError message
dataobject{...}Contains the carrier services data

Error Response

FieldTypeExampleDescription
codestringInvalidParameterError http message
messagestring``Error message

API Structure Overview

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!