Skip to main content

v2.logistics.get_tracking_info

GET /api/v2/logistics/get_tracking_info

Use this api to get the logistics tracking information of an order.

Endpoint URL

URL: https://partner.shopeemobile.com/api/v2/logistics/get_tracking_info

Common Request Parameters

NameTypeSampleDescription
partner_idint1Partner ID is assigned upon registration is successful. Required for all requests.
timestamptimestamp1610000000This is to indicate the timestamp of the request. Required for all requests. Expires in 5 minutes.
access_tokenstringc09222e3fc40ffb25fc947f738b1abf1The token for API access, using to identify your permission to the api. Valid for multiple use and expires in 4 hours.
shop_idint600000Shopee's unique identifier for a shop. Required param for most APIs.
signstringe318d3e932719916a9f9ebb57e2011961bd47abfa54a36e040d050d8931596e2Signature generated by partner_id, api path, timestamp, access_token, shop_id and partner_key via HMAC-SHA256 hashing algorithm. More details: https://open.shopee.com/documents?module=87&type=2&id=58&version=2

Request Parameters

NameTypeRequiredSampleDescription
order_snstringTrue2409177JCSRTEUShopee's unique identifier for an order.
package_numberstringFalseShopee's unique identifier for the package under an order. You shouldn't fill the field with empty string when there is a package number.

Response Parameters

NameTypeSampleDescription
request_idstringe3e3e7f33c4d75f91fb48ecb41aa2a01:010003d71ed9e184:00000066cec6b739The identifier for an API request for error tracking.
errorstringIndicate error type if hit error. Empty if no error happened.
messagestringIndicate error details if hit error. Empty if no error happened.
responseobjectDetail informations you are querying.
order_snstring2409177JCSRTEUShopee's unique identifier for an order.
package_numberstringShopee's unique identifier for the package under an order.
logistics_statusstringLOGISTICS_DELIVERY_FAILEDThe logistics status for the order. Applicable values: See Data Definition- LogisticsStatus.
tracking_infoobject[]The tracking info of the order.
update_timetimestamp1726561500The time when the logistics tracking info is updated.
descriptionstring包裹正退回物流中心The description of the logistics tracking info.
logistics_statusstringFAILED_DELIVEREDThe logistics status for the order. Applicable values: See Data Definition- LogisticsStatus.
reversed_tracking_numberstringSG246907296501CUThe tracking number of the reversed logistics. Note: Only apply to the cross-border segment of failed delivery parcels returned from the local return warehouse to the seller.
reversed_courier_namestringSPX ExpressThe courier name of the reversed logistics. Note: Only apply to the cross-border segment of failed delivery parcels returned from the local return warehouse to the seller.
reversed_tracking_infoobject[]The tracking information of the reversed logistics. Note: Only apply to the cross-border segment of failed delivery parcels returned from the local return warehouse to the seller.
update_timeint641729842624The time when the reversed logistics tracking info is updated.
descriptionstring当地仓库已备货,包裹准备发运The description of the reversed logistics tracking info.