Event GroupEvent Identification
merchantsmerchants/update
Store information update
Request Headers
  • X-Shopline-Topic string required
    Event operation identification
    Example: orders/edited
  • X-Shopline-Hmac-Sha256 string required
    Signature
    Example: XWmrwMey6OsLMeiZKwP4FppHH3cmAiiJJAweH5Jo4bM=
  • X-Shopline-Shop-Domain string required
    Shop domain
    Example: shophub.myshopline.com
  • X-Shopline-Shop-Id string required
    Shop ID
    Example: 1610418123456
  • X-Shopline-Merchant-Id string required
    Merchant ID
    Example: 2000001234
  • X-Shopline-API-Version string required
    Version
    Example: v20210901
  • X-Shopline-Webhook-Id string required
    Message ID
    Example: b54557e48a5fbf7d70bcd043
Request Body
  • biz_store_status string
    Store business status , to be enabled 1 , in business 2 , closed 3 , frozen 4 , discontinued 5
    Example: 1
  • created_at string
    Store creation time (see IOS 8601 for the format)
    Example: 2021-09-16T13:03:48+08:00
  • currency string
    The currency in which the store settles with the customer (enumeration reference: IOS 4217)
    Example: USD
  • customer_email string
    Merchant's email address for contacting customers
    Example: bar@shoplineapp.com
  • domain string
    Main domain name of the store
    Example: handle.myshopline.com
  • email string
    Shopline's email address for contacting merchants
    Example: foo@shoplineapp.com
  • iana_timezone string
    The time zone of the store
    Example: Asia/Shanghai
  • id string
    Unique ID of the store
    Example: 1631700219512
  • language string
    When the customer enters your online store , the language you see by default can be modified in the store setting-language
    Example: en
  • location_country_code string
    Where the store is
    Example: CN
  • merchant_id string
    Merchant id for the store
    Example: 4216472541
  • name string
    Store name
    Example: Shopline
  • sales_channelsobject[]
    Store installed sales channel list
  • channel_handle string
    Sales channel handle logo
    Example: web
  • standard_logo string
    Store standard logo
    Example: https://d2w9suv6wak03e.cloudfront.net/image/store/3100111249/1624603774370/32c8ea2e39ad480fa7a94d36ce013f25.png?w=102&h=113
  • updated_at string
    The basic configuration update time of the store (modify the name, domain name, settlement currency, email, time zone, the time will be updated) (see IOS 8601 for the format)
    Example: 2021-09-16T13:03:48+08:00
Response
After receiving a webhook notification from SHOPLINE, you must respond with the following format:
HTTP/1.1 200 OK
For more information about how to subscribe to webhooks and webhook response rules, refer to Webhook overview.
Was this article helpful to you?