> For the complete documentation index, see [llms.txt](https://help.decodeage.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.decodeage.com/decode-age-support/shipping/minimum-purchase-requirements-at-decode-age.md).

# Minimum Purchase Requirements at Decode Age

## Understanding the Minimum Order Requirement for Decode Age Orders <a href="#h_365c8a883e" id="h_365c8a883e"></a>

### How Many Items to Buy for a Valid Order <a href="#h_b9b0fb828b" id="h_b9b0fb828b"></a>

At Decode Age, every order must include at least one product. This is to ensure efficiency and sustainability in shipping.

### Single Product Orders: What You Need to Know <a href="#h_8083a0a8f3" id="h_8083a0a8f3"></a>

Even if you're only purchasing a single item, we treat your order with the same priority and care as any other.

### Why There's a Minimum: Understanding Order Value <a href="#h_13ed062bca" id="h_13ed062bca"></a>

We understand that sometimes you might only need one item. Still, this minimum order requirement helps us keep our services streamlined and to maintain free shipping for all our customers.

### Checklist: Is Your Cart Ready for Checkout? <a href="#h_9b98d4df21" id="h_9b98d4df21"></a>

A handy checklist will help you confirm that your cart meets the minimum order requirement before you proceed to payment. Here’s what you need to do:

If you believe your order meets the requirements, proceed to check-out!

### Contact Us For Help <a href="#h_b2626e4911" id="h_b2626e4911"></a>

We hope you have found this information useful and are now ready to make a purchase. If you have any other questions, please contact our support team for help.


---

# 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://help.decodeage.com/decode-age-support/shipping/minimum-purchase-requirements-at-decode-age.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.
