# Kit Order Download

### How are Orders for Kit Products Downloaded from Shopify to HotWax Commerce

HotWax Commerce imports orders for kit products from Shopify through the `Import Orders` job.

When HotWax imports an order, the first step is to check how many items are included in the order. For each item, HotWax retrieves its associated **product ID**.

These product IDs are predefined in HotWax Commerce and mapped to specific product types. For example:

| **Product ID** | **Product Type**     |
| -------------- | -------------------- |
| 1001           | FINISHED GOOD        |
| 2010           | MARKETING\_PKG\_PICK |

Once the product ID is identified, HotWax associates it with the right product in its system. If the product type is identified as `MARKETING_PKG_PICK`, the order is recognized as a **Kit Order**.

### Kit Order Brokering

After identifying the product type as `MARKETING_PKG_PICK`, HotWax Commerce directly [brokers](https://github.com/hotwax/oms-documentation/blob/user-guides-pub/documents/retail-operations/orders/order-routing/README.md) the entire kit order to the facility where the inventory is available rather than brokering each component separately.


---

# 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/documents/learn-shopify/shopify-integration/orders/kit-products-download.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.
