Request Parameters
Request parameters: num_iid=577523351572&area_id=650100&temp_id=15315901&nick=Yinglong Clothing&location=14127178&unitweight=0.8&sku_id=&qyt=&price=
Parameter description: num_iid: product ID
area_id: receiving area ID (area id)
location: shipping area ID (area id)
nick: store nickname
location: shipping area ID
temp_id: freight template ID (subTemplateId field of item_get_app interface)
unitweight: weight (unitWeight field of item_get_app interface)
sku_id: product skuid (if sku_id is passed, the following two parameters must be passed)
qty: product quantity
price: product price
Parameter descriptions:
- num_iid: Product ID
- area_id: Delivery area ID (corresponds to sendAddressCode field in item_get_app interface)
- location: Shipping origin area ID (corresponds to locationCode field in item_get_app interface)
- nick: Shop nickname (corresponds to companyName field in item_get_app interface)
- temp_id: Shipping template ID (corresponds to subTemplateId field in item_get_app interface)
- unitweight: Weight (corresponds to unitWeight field in item_get_app interface)
- sku_id: Product SKU ID (if sku_id is provided, the following two parameters are required)
- qty: Product quantity
- price: Product price
Version: Date:
| name | type | must | Example Value | describe |
|---|---|---|---|---|
|
item
|
item[] | 0 | Product delivery fee | |
|
num_iid
|
Bigint | 0 | 624499968344 | Baby ID |
|
location
|
Int | 0 | 13543512 | Origin region ID |
|
area_id
|
Int | 0 | 2274 | Delivery area ID |
|
price
|
Float | 0 | 4.5 | price |
|
url
|
String | 0 | //detail.1688.com/offer/624499968344.html | Baby Links |
Demo json
{ "item": { "num_iid": "624499968344", "location": "13543512", "area_id": "2274", "price": 4.5, "url": "https://detail.1688.com/offer/624499968344.html?", "_ddf": "1688pc" },
