API Portal
WMS Portal
API Authorization
After your account has been activated, you can view your API authorization credentials in the system backend. All API requests must include the following header authorization parameters.
Header Authorization Parameters
Parameter Name | Type | Required | Description |
---|---|---|---|
appKey | String | Yes | The appKey value assigned to your API account |
appSecret | String | Yes | The appSecret value assigned to your API account |
Success Response Structure
{ "code": 200, "data": null, "message": "" }
Note: A response with code = 200
indicates that the API request was successful.
For APIs that support batch operations—such as Void Label or Confirm Shipment—each tracking number’s result should be verified individually based on the specific response for that record.