查询物品分类
测试环境
https://gldopenapi.keruyun.com
测试环境
https://gldopenapi.keruyun.com
POST
/open/v1/supplyChain/sku/skuType
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/supplyChain/sku/skuType?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"codeOrName": "县知正且进",
"status": 59
}'
响应示例响应示例
{
"result": [
{
"id": 114664839460791300,
"brandId": 32296,
"typeCode": "LST002",
"typeName": "rb商品一级分类",
"aliasName": "rbrb商品一级分类别名",
"comment": "rb商品测试",
"level": 1,
"parentId": null,
"isDisable": 0,
"dishTypeId": 114664838949059580
}
],
"code": 0,
"message": "成功[OK]",
"messageUuid": "0cb038d1f37d4344aebdee1b00e3c025",
"apiMessage": null
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
shopIdenty
string
必需
默认值:
{{shopIdenty}}
brandId
string
必需
默认值:
{{brandId}}
version
string
必需
默认值:
2.0
timestamp
string
必需
默认值:
{{timestamp}}
sign
string
必需
默认值:
{{sign}}
Body 参数application/json