# Kit Products Download

#### Kit Products Set-up in HotWax Commerce

HotWax Commerce suggests that retailers set up kit products in Shopify as individual products with their SKUs, just like any other item. Even though these kits are made up of several components, Shopify treats them as a single product.

HotWax Commerce downloads kit products and their components like regular products through the `Import Products` [job](https://github.com/hotwax/oms-documentation/blob/user-guides-pub/documents/retail-operations/workflow/job-workflows/products.md) and uses its [integration with NetSuite](https://github.com/hotwax/oms-documentation/blob/user-guides-pub/documents/learn-netsuite/integration-flows/kit-products.md) to identify the components that make up each kit.

#### Managing Kit Products with the Bundles App and HotWax Commerce

Shopify retailers often use apps like Bundles to sell kit products by linking their components (products included in a kit) from Shopify’s product catalog. The Bundles App creates kits by adding the component SKUs to the bundle’s metafield.

HotWax Commerce imports these kit products and their components through the `Import Products` job and reads the metafields to understand the relationship between kits and their components. A job is run to check if a product includes components. If the product is identified as a kit, it is categorized as `MARKETING_PKG_PICK` in HotWax Commerce. This links the components (as separate SKUs) to make sure they are reserved and fulfilled together when the kit is ordered.

{% hint style="warning" %}
Bundles App has its [drawbacks](https://docs.hotwax.co/documents/learn-shopify/additional-resources/kit-products) when it comes to determining inventory for multi-location fulfillment.
{% endhint %}


---

# 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/products/download-kit-products.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.
