1688 Seller Wangwang Name

Look up the 1688 seller Wangwang (旺旺) display name from the shop anonymization code in product responses (e.g. shop_id from Product Details).

GEThttps://open.hiobuy.com/api/client/open-purchase/shop-nick

If your deployment uses a different base URL, replace `https://open.hiobuy.com` accordingly.

Query parameters

NameRequiredTypeDescription
shop_idYesstring1688 shop anonymization code

Example request

GET /api/client/open-purchase/shop-nick?shop_id=BBBSelJAnz_oE-hYRZc-u-f2w

Sample response

{
  "ret": 1,
  "msg": "success",
  "data": {
    "wangwangNick": "慈溪市观海卫胡秋花商行"
  }
}

Response fields

Top level

NameTypeDescription
retnumberStatus code. `1` indicates success
msgstringStatus message
dataobjectResponse body

data

NameTypeDescription
wangwangNickstring1688 seller Wangwang display name

Related endpoints