get
https://{subdomain}.myshoplaza.com/openapi/2025-06/tracking/carriers
Returns a list of all supported tracking carriers supported by Shoplazza Fulfillment.
Requiresread_orderaccess scope. More access scope
The Get Carrier List API retrieve a list of all logistics carriers supported by Shoplazza Fulfillment.
This API is especially useful for:
- Displaying available shipping carriers to customers
- Configuring shipping options in your store
Request Parameters
Public Request Parameters
Response Explanation
Public Response Parameters
Successful Response
| Parameter | Type | Example | Description |
|---|---|---|---|
code | string | "success" | API response status code |
message | string | "Carriers retrieved successfully" | Response message |
data.tracking_carriers | array[object] | - | Array of carrier objects |
data.tracking_carriers.code | string | "fedex" | Carrier code for API references |
data.tracking_carriers.en_name | string | "FedEx" | Carrier name in English |
data.tracking_carriers.cn_name | string | "联邦快递" | Carrier name in Chinese |
Error Response
| Field | Type | Example | Description |
|---|---|---|---|
code | string | InvalidParameter | Error http message |
message | string | `` | Error message |
