Not liveGet Shopee product shipping info
On this page
Information available through this API includes
- Free shipping info
- Shipping fee info
- Shipping channels
Basic Information
Method | API URL |
---|---|
GET | http://api.noxapi.com/shopee/v1/item/shipping |
Request Parameter
Header
Field | Type | Description | Required |
---|---|---|---|
Authorization | string |
Your apiToken. |
true |
Query
Parameter | Type | Description | Required |
---|---|---|---|
site | string |
The abbreviation for the region, e.g., 'th' for Thailand. Optional values: my,th,ph,id,vn,sg,tw,br,mx,co,cl Default value: th |
true |
item_id | integer | product id | true |
shop_id | integer | shop id | true |
state | string | state of destination | false |
city | string | city of destination | false |
district | string | district of destination | false |
town | string | town of destination | false |
zipcode | string | zip code of destination | false |
Body
Security Auth
TIP
Please go to Console-Account Center to get your apiToken
Include your apiToken in the request headers using the Authorization field. Please refer to the examples below.