# Order Splitting

Krewe would like to add support for two types of products which require special handling during order fulfillment. The first type of products are accessories, which are linked to a parent product and are always allocated and shipped with their parent product in an order. The second type is gift products, which the customer is not charged for and therefore should not be shipped alone. Gift products are not linked to any other order item in particular but cannot be shipped without a standard order item.

Both of these products can also be purchased by customers independently, in which case they are to be treated as normal products without any special form of automated logic.


---

# 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://docs.hotwax.co/krewe/flows/brokering/ordersplitting.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.
