Skip to content

Get Store Availability Event Flow

To keep the store state in sync, the Public API sends a “get store availability“ webhook event, the default frequency is 5 minutes (configurable in advanced service settings in developer portal).

The partner application must send the current store state for a given store, preferably by consulting the current status of the store.

Get Store Availability Event Flow

  1. Public API sends a “get store availability” webhook event periodically.

  2. The partner application must send the current store state using POST /v1/storefront/availability

NOTE: Before a call /v1/storefront/availability can be posted, the partner application must configure store hours by calling /v1/storefront/hours. One way to guarantee that the hours are properly configured is to configure hours before every call to /v1/storefront/availability. Another option is to set the store hours if the call fails and retry.