> For the complete documentation index, see [llms.txt](https://docs.samita.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.samita.io/bulk-price-editor-sami/bulk-edit-product-status/make-all-product-status-as-draft.md).

# Make all product status as draft

For example: I want to set all products of collection Sale on April as draft products at the end of April.

Steps to manage

1\. Open the app > Click on the **Create Task** button > Select **Status** as the attribute you want to modify

<figure><img src="/files/nTeW7hrU3WiRa8KKGxa2" alt=""><figcaption></figcaption></figure>

2\.  Select **Draft** option

<figure><img src="/files/UM5TFxonsn2RbXozJKNk" alt=""><figcaption></figcaption></figure>

3\. In the **Apply to Products** section, choose the products you want to update.​

4\. Set the **start time** and **undo time** of the task

5\. View Preview section and click **Save** to schedule the task. If you’ve set the start time to **Now**, the changes will be applied immediately.

<figure><img src="/files/pTJfKtRkwhiBVTWBvSq4" alt=""><figcaption></figcaption></figure>

Once the task is complete, review your product status in the store to ensure the updates have been applied correctly.

<figure><img src="/files/OjmCqkAQh9vFiY8yTgFh" alt=""><figcaption></figcaption></figure>

If you do encounter any difficulty while proceeding these steps, don’t show any hesitation to contact us promptly via the email address <support@samita.io>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.samita.io/bulk-price-editor-sami/bulk-edit-product-status/make-all-product-status-as-draft.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
