接收商品库存变更
测试环境
测试环境
POST
/{{third_url}}
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://gldopenapi.keruyun.com/{{third_url}}?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"brandId": 16,
"shopId": 50,
"referenceNo": "esse",
"wmId": 37,
"bizType": "et occaecat fugiat",
"skuId": 71,
"skuCode": "14",
"skuName": "育儿去命感位",
"skuTypeName": "内目飞高口容",
"uom": "magna minim",
"qty": 38,
"price": 74,
"sendTime": 135353455242
}'
响应示例响应示例
{
"code": 0,
"message": "成功[OK]",
"messageUuid": "3337b6f6-9c95-4992-9fd7-dd7e1e1fc453"
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
shopIdenty
string
必需
默认值:
{{shopIdenty}}
brandId
string
必需
默认值:
{{brandId}}
version
string
必需
默认值:
2.0
timestamp
string
必需
默认值:
{{timestamp}}
sign
string
必需
默认值:
{{sign}}
Body 参数application/json
返回响应
修改于 2021-12-16 12:52:52