Skip to content

Pause/Unpause Event Flow

When a user requests to pause/unpause a store, the Public API will send a webhook event, which the partner application must perform the requested operation (pause or unpause the store) and then send the result to /v1/storefront/{pause|unpause}. Finishing this workflow will trigger a “Get store availability event flow”.

Pause/Unpause Event Flow

  1. Public API sends a webhook event requesting to pause unpause a store

  2. Partner application must perform the required operation (pause or unpause) and then send the result to POST /v1/storefront/{pause|unpause}.

  3. Public API sends a “get store availability”.

  4. Partner application must send the current store state using POST /v1/storefront/availability