> For the complete documentation index, see [llms.txt](https://docs.platform.softwareone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform.softwareone.com/modules-and-features/marketplace/orders/save-order-as-a-draft.md).

# Save order for later

In the SoftwareOne Marketplace, you can save an order and return to it later to finalize or submit it.&#x20;

This feature is available for both purchase and change orders. Saved orders are displayed on the **Orders** page with a **Quoted** status.&#x20;

### Save a purchase order

To save a purchase order for later:

1. On the **Products** page, select the product you want to buy.
2. On the product details page, select **Buy now**.
3. In the guided purchase flow, complete all the steps until you reach the **Details** step.
4. In the **Details** step, enter the required information, then select **Save order**. The order is saved for later.

<div data-with-frame="true"><figure><img src="/files/xPEUMNt4WsW6cLk7GteF" alt=""><figcaption><p>Use the Save Order option to save your purchase order for later.</p></figcaption></figure></div>

### Save a change order

To save a change order for later:

1. Go to **Marketplace** > **Subscriptions**.
2. Select the required subscription.&#x20;
3. On the subscription details page, select **Edit.**
4. In the **Edit subscription** flow, do the following:
   1. **Items** – Adjust the quantity, then select **Next**.
   2. **Details** – Enter the reference information, then select **Save order**. The order is saved for later.

<div data-with-frame="true"><figure><img src="/files/ipaAnXyHJaItOohr1uLc" alt=""><figcaption><p>Use the <strong>Save order</strong> option to save your change order for later. </p></figcaption></figure></div>

When you are ready to finalize the order, open the order and select **Review** on the order details page to submit it. For more details, see [Submit your saved orders](/modules-and-features/marketplace/orders/submit-draft-orders.md).


---

# 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.platform.softwareone.com/modules-and-features/marketplace/orders/save-order-as-a-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.
