- 商品接口
- 订单接口
- 商 品订阅接口
- 订单售后接口
- 快递公司接口
- 品牌接口
- 运费模板接口
- 分类接口
- 选品库分组
- 地区编码
- 回 调通知示例
商品-回调通知示例-由对接方提供回调地址
正式环境
https://buy.wanjingsc.com/openapi
正式环境
https://buy.wanjingsc.com/openapi
POST
/notice/good
回调通知
请求参数
Body 参数application/json
msgType
string
可选
sign
string
签名
timeMillis
string
时间戳
keyId
string
keyId
noticeProduct
object (NoticeGoodParamsVO)
回调详细信息
productIds
string
可选
productSkuIds
string
可选
status
string
可选
stock
string
库存 修改库存专用
price
string
价格 修改价格专用
msgSendTime
string
消息发送时间
示例
{
"msgType": "string",
"sign": "string",
"timeMillis": "string",
"keyId": "string",
"noticeProduct": {
"productIds": "string",
"productSkuIds": "string",
"status": "string",
"stock": "string",
"price": "string",
"msgSendTime": "string"
}
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://buy.wanjingsc.com/openapi/notice/good' \
--header 'Content-Type: application/json' \
--data-raw '{
"msgType": "string",
"sign": "string",
"timeMillis": "string",
"keyId": "string",
"noticeProduct": {
"productIds": "string",
"productSkuIds": "string",
"status": "string",
"stock": "string",
"price": "string",
"msgSendTime": "string"
}
}'
返回响应
🟢200OK
application/json
Body
string
可选
示例
"string"
🟠400Bad Request
🟠403Forbidden
🔴500Internal Server Error