事件分组事件标识
productsproducts/create
商品创建
请求头
  • X-Shopline-Topic string required
    事件操作标识
    Example: orders/edited
  • X-Shopline-Hmac-Sha256 string required
    签名
    Example: XWmrwMey6OsLMeiZKwP4FppHH3cmAiiJJAweH5Jo4bM=
  • X-Shopline-Shop-Domain string required
    店铺域名
    Example: shophub.myshopline.com
  • X-Shopline-Shop-Id string required
    店铺id
    Example: 1610418123456
  • X-Shopline-Merchant-Id string required
    商户ID
    Example: 2000001234
  • X-Shopline-API-Version string required
    版本号
    Example: v20210901
  • X-Shopline-Webhook-Id string required
    消息ID
    Example: b54557e48a5fbf7d70bcd043
请求体
  • body_html string
    描述
    Example: This is a description
  • created_at string
    创建时间
    Example: 2023-03-02T18:18:42.883+0800
  • handle string
    商品handle
    Example: product-handle
  • id string
    商品id
    Example: 16058287356753569620272670
  • imageobject
    商品主图
  • alt string
    图片alt
    Example: This is a image alt
  • src string
    图片src
    Example: https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
  • imagesobject[]
    图片
  • alt string
    图片alt
    Example: This is a image alt
  • src string
    图片src
    Example: https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
  • optionsobject[]
    选项列表
  • id string
    选项ID
    Example: 16158288104774469113452670
  • name string
    选项名称
    Example: Color
  • product_id string
    对应的商品ID
    Example: 16058287356753569620272670
  • values array
    选项值列表
    Example: ["Red", "Green", "White"]
  • values_images map
    选项值图
    Example: [object Object]
  • product_behavior string
    商品行为
    Example: RISK,HIDDEN
  • product_category string
    商品聚合类型
    Example: Electronic
  • product_type string
    商品类型
    Example: Electronic
  • published_at string
    发布到在线商店的时间
    Example: 2023-03-02T18:18:42.883+0800
  • published_scope string
    发布范围,「web」表示在线商店
    Example: web
  • spu string
    SPU码
    Example: S000001
  • status string
    商品状态:active - 上架,draft - 下架,archived - 归档
    Example: active
  • subtitle string
    摘要
    Example: This is a subtitle
  • tags string
    标签
    Example: tag1,tag2
  • template_path string
    主题模板
    Example: templates/products/detail.json
  • title string
    标题
    Example: This is a title
  • updated_at string
    更新时间
    Example: 2023-03-02T18:18:42.883+0800
  • variantsobject[]
    款式列表
  • barcode string
    条形码
    Example: B000000001
  • compare_at_price string
    原价
    Example: 10
  • id string
    款式ID
    Example: 18054026339558906501791422
  • imageobject
    图片
  • alt string
    图片alt
    Example: This is a image alt
  • src string
    图片src
    Example: https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
  • inventory_item_id string
    库存对象ID
    Example: 5482608456602009969
  • inventory_policy string
    是否允许超卖,continue:允许,deny:不允许
    Example: continue
  • inventory_quantity integer
    所有地点的库存数汇总
    Example: 100
  • inventory_tracker boolean
    是否追踪库存
    Example: true
  • option1 string
    该款式对应的第一个选项的值
    Example: Red
  • option2 string
    该款式对应的第二个选项的值
    Example: L
  • option3 string
    该款式对应的第三个选项的值
  • option4 string
    该款式对应的第四个选项的值
  • option5 string
    该款式对应的第五个选项的值
  • price string
    销售价
    Example: 20
  • product_id string
    对应的商品ID
    Example: 16058287356753569620272670
  • required_shipping boolean
    是否需要发货
  • sku string
    SKU码
    Example: T000001
  • taxable boolean
    是否需要收税
  • title string
    款式标题
    Example: Red/L
  • weight string
    重量
    Example: 10
  • weight_unit string
    重量单位, g:克 kg:千克 lb:磅 oz:盎司 zh_kg:公斤
    Example: g
  • vendor string
    商品厂商
    Example: Shopline
响应
收到 SHOPLINE 发送的 Webhook 通知后,你需要按照如下 SHOPLINE 要求的格式进行响应。
HTTP/1.1 200 OK
关于如何订阅 Webhooks 及更多 Webhook 响应规则说明,请参考 Webhook 概述
这篇文章对你有帮助吗?