Store turned on

Sent BY Ewity TO your registered webhook URL. All events
POST to the same URL — the path on this page is for grouping
in the docs only. Identify the event by the X-Event header.

Fires when an online location that was previously off (closed for
orders, manually paused by the merchant, etc.) becomes available
again. Use this to invalidate any "store closed" state you
cached and to re-sync the catalogue if you'd skipped that
location.

How to use it

  • Refresh the catalogue for this id — a single
    GET /locations/{id}/catalogue call is enough.
  • Re-enable the storefront in your customer-facing surfaces.

There is no StoreTurnedOff webhook today. To detect a
store going offline, fall back to polling — out-of-stock and
unavailable products surface in the catalogue.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Body of the StoreTurnedOn webhook. Minimal storefront
descriptor — enough to identify which location is back online and
re-render it in your UI. For the full storefront catalogue, follow
up with GET /locations/{id}/catalogue.

int64

The online_location.id you use throughout the API.

string
string
string | null
string | null
string | null
Headers
string
enum
required

Always StoreTurnedOn for this event.

Allowed:
Response
2XX

Receiver acknowledged.

Language
Credentials
Bearer
token
LoadingLoading…
Response
Click Try It! to start a request and see the response here!