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”.

-
Public API sends a webhook event requesting to pause unpause a store
-
Partner application must perform the required operation (pause or unpause) and then send the result to POST /v1/storefront/{pause|unpause}.
-
Public API sends a “get store availability”.
-
Partner application must send the current store state using POST /v1/storefront/availability