List Tracking Codes

This interface returns a list of all logistics providers supported by Shoplazza Fulfillment.

🔒

Requires read_order access scope.

The List Tracking Codes API returns a list of all logistics providers supported by Shoplazza Fulfillment.

This API is especially useful for:

  1. Retrieving the list of supported logistics carriers.
  2. Displaying available shipping providers for customers.
  3. Facilitating shipment tracking and management workflows.

Request Parameters

Public Request Parameters

📘

Public Request Parameters

Response Explanation

Public Response Parameters

📘

Public Response Parameters

Successful Response

FieldTypeExampleDescription
tracking_carriersarrayList of supported tracking carriers.
tracking_carriers[].codestring"swiship-uk"Unique code for the logistics provider.
tracking_carriers[].en_namestring"Swiship UK"English name of the logistics provider.
tracking_carriers[].cn_namestring"Swiship UK"Chinese name of the logistics provider.

Error Response

Error responses in the API can be represented using two different fields: errors and error. Both fields provide details about issues encountered during request processing. Below is an explanation of the fields with their respective examples and descriptions.

FieldTypeExampleDescription
errorsArray[ "Collection not found"]A list of errors encountered during the request processing.
FieldTypeExampleDescription
errorString "store is not active"Indicates an error encountered during the process

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

API Structure Overview

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