Skip to main content

Shop update

Webhookshop/update

Triggered when shop information is updated.

Requires the shop access scope. Minimum supported version: 202007.

Request headers

    X-Shoplazza-Topicstring

    The event that triggered this delivery, e.g. orders/create

    Example: orders/create
    X-Shoplazza-Hmac-Sha256string

    Base64-encoded HMAC-SHA256 signature of the request body, generated with your app's Client Secret. Use it to verify the request comes from Shoplazza

    X-Shoplazza-Shop-Domainstring

    The domain of the store that generated the event

    Example: example.myshoplaza.com
    X-Shoplazza-Api-Versionstring

    The API version used to serialize the payload

    Example: 2025-06
    X-Shoplazza-Deduplication-IDstring

    Deduplication ID for this delivery. It stays the same across retries of the same event—use it for idempotency

Request body

  • shop object
    idstring

    Shop ID

    store_idstring

    Store ID

    namestring

    Name

    company_namestring

    Company name

    urlstring

    The full URL of the store

    emailstring

    Email address

    service_emailstring

    Customer service email address

    financial_emailstring

    Finance email address

    phonestring

    Phone number

    phone_areastring

    Phone area

    phone_area_codestring

    Area code of the store's contact phone

    phone_regionstring

    Region the phone number belongs to

    addressstring

    Primary address line

    citystring

    City

    province_codestring

    Province code

    country_codestring

    Country code (e.g., CN)

    zipstring

    ZIP code

    currencystring

    Currency code

    money_formatstring

    Currency format template

    symbolstring

    The store's currency symbol. Returns nil if not set

    symbol_leftstring

    Currency symbol displayed to the left of the amount

    symbol_rightstring

    Currency symbol displayed to the right of the amount

    localestring

    The locale (language) published for the store

    time_zonestring

    Time zone

    hourinteger

    Time zone offset in hours

    has_to_sqsboolean

    Internal flag; not intended for app use

    created_atstring

    Creation time, in ISO-8601 format

    updated_atstring

    Last update time, in ISO-8601 format

    icon object

    Store icon

    srcstring

    Icon source URL

    pathstring

    Icon path

    altstring

    Alternative text for the icon