Get carrier list

🔒

Requires read_order access scope. More access scope

The Get carrier list API returns a list of all supported tracking carriers supported by Shoplazza Fulfillment. Each carrier entry includes a Chinese name, English name, and a unique code.

This API is especially useful for:

  1. Identifying available logistics providers for shipment tracking.
  2. Mapping carrier codes for order fulfillment integrations.

Request Parameters

Public Request Parameters

📘

Public Request Parameters

Response Description

Public Response Fields

📘

Public Response Parameters

Success Response

Response Fields

FieldTypeDescriptionExample
codestringStatus code of the response"Success"
messagestringDescription message"Success"
data.tracking_carriersarrayList of supported carriers[...]
data.tracking_carriers[0].cn_namestringCarrier name in Chinese"可络客国际物流"
data.tracking_carriers[0].en_namestringCarrier name in English"CLE"
data.tracking_carriers[0].codestringUnique carrier code"DJ-10001"

Error Response

FieldTypeDescriptionExample
codestringThe error code indicating the type of issue.UnknownError
messagestringA detailed message describing the error.UnknownError.

Error Detail


Status CodeMessagePossible ReasonExample Response
400Bad RequestInvalid input format or request structure (e.g., missing required fields or incorrect data types).Bad Request
UnauthorizedThe request is missing valid authentication credentials or the credentials provided are invalid.Unauthorized
500UnknownErrorplease contact shoplazza technical support to resolve the issue{ "code": "UnknownError", "message": "Unknown error, please contact shoplazza technical support to resolve the issue." }
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!