# Store

Certain aggregators provide a way to turn off a store and then back on through API. This is useful for stores where they are overwhelmed with orders during peak hours and has no further bandwidth to cater to fresh orders for a short period of time. This also helps when there is a technical or operational issue in the store due to which they cannot fulfil fresh orders.

The store can be turned off or on through our store API and the same gets relayed to the aggregator selected (provided they have support for this feature). The details of the API is available in the [API document](/downstream/api/endpoints/stores/store-toggle.md). Please note that store action API requests are processed asynchronously in our system and hence you will receive the result of the processing of the request through the Store Actions Callback.

While you start, do put the status of this API in the Gamma dashboard to *In-Progress* and change it to *To-be-verified* once the same is tested and implemented on your side.

#### Store Actions API

![Store Actions Feature Update in Gamma](/files/epfWnvYd2w5jH6m8wl42)

#### Store Actions Callback

![Store Actions Callback Feature Update in Gamma](/files/kNOjr0dwoTf4lGOQ8yYb)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://api-docs.urbanpiper.com/downstream/availability/store.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
