live-room/get-live-room-products

Description

  • Fetch the catalog of featured items in the live stream storefront.

Request URL

  • http://127.0.0.1:8888/api/

Request Method

  • POST

Parameters

Parameter NameRequiredParameter TypeDescription
typeYesintAPI ID
userNameYesstringVideo-Channel id
liveIdYesstringLive Room id
objectIdYesstringobjectId

Request Example

 {
  "type": 67,
  "userName":"v2_xxxx@finder",
  "objectId": "1xxxxx",
  "liveId": "xxxxxxxxxx"
 } 

Return Example

  {
    "data": {
      "status": 0,
      "desc": "",
      "data": []
    }
  }

Return Parameter Description

Parameter NameParameter TypeDescription
error_codeintError code
descriptionstringError Description
datajsonBusiness data

Remark