> For the complete documentation index, see [llms.txt](https://manual.unosofbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.unosofbooks.com/taxonomy-definitions/boxes/mixed-assorted-boxes.md).

# Mixed / Assorted Boxes

Mixed boxes introduce a layer of complexity as multiple product SKUS (bunches) can exist in the same box. They can be different lengths as well as different varieties (but rarely of different stem counts per bunch).&#x20;

The primary issue with mixed boxes is that clients try to label them as a box. Mixed Box 50CM, Roses Red 50CM, Farm Choice 50CM, Autumn Dream 50CM, etc. They are the commercialization of a group of underlying bunches but being sold under a single commercial name. Because of this, the contents of each box sharing the same commercial name may be different.

\
Example:\
Roses Yellow/Red 50CM (All 3 combinations below share the same commercial product name but are not identical in their contents). This is the pain point between farm/importer/wholesaler.

<figure><img src="/files/6JsmXc1css0daJLVbGMn" alt="" width="563"><figcaption><p>Mixed boxes examples</p></figcaption></figure>


---

# 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://manual.unosofbooks.com/taxonomy-definitions/boxes/mixed-assorted-boxes.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.
