> For the complete documentation index, see [llms.txt](https://docs.hotwax.co/documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hotwax.co/documents/learn-shopify/setup-shopify/integration-mappings/sales-channel.md).

# Sales channel

Retailers receive orders through diverse channels, including eCommerce websites, social media platforms, online marketplaces, and point-of-sale (POS) systems. To enhance operational efficiency and evaluate performance across these channels, retailers must accurately identify the sales channel associated with each order.

Shopify is seamlessly integrated with various social media sales channels such as Facebook and Instagram, as well as online marketplaces like Amazon. All orders, regardless of the channel, are consolidated within Shopify. For orders originating from alternative channels, Shopify assigns a key to uniquely identify the source of each order. It is crucial for retailers to map these keys with corresponding values in HotWax Commerce to effectively identify the order sources.

## Mapping Process

1. Navigate to the `Shopify Shop` Page and locate the `Shopify Order Sales Channel` section. If the section is not present, proceed to the `Shopify Shop Type` section and click the `Add` button to create a new Shopify Shop Type, which includes the Shopify Order Sales Channel.
2. In the `Shopify Order Sales Channel` section, click on `Add Sales Channel Enum` to create a new sales channel within HotWax Commerce.
3. A pop-up box will appear. In this box, add the `Enum ID` to provide a unique identifier for the integration type. Additionally, provide a brief description of the sales channel. Click on the `Add` button to save the sales channel.
4. After creating the sales channel, click on the `Add` button in the `Shopify Orders Sales Channel` section to map the sales channel in HotWax Commerce to the order source in Shopify.
5. In the pop-up box, input the `key`, which represents the mapping ID present in Shopify. From the dropdown menu, select the corresponding `value` available in HotWax Commerce.
6. Click on the `Add` button to save the `Shopify Sales Channel` mapping.
7. To remove existing sales channels, click on the `delete` icon in the respective sales channel row.

## Mandatory Mapping for Sales Channel

| Mapped Key            | Mapped Value          |
| --------------------- | --------------------- |
| android               | PHONE\_SALES\_CHANNEL |
| exchange              | EXCHG\_SALES\_CHANNEL |
| iphone                | PHONE\_SALES\_CHANNEL |
| pos                   | POS\_SALES\_CHANNEL   |
| shopify\_draft\_order | CSR\_SALES\_CHANNEL   |

{% hint style="info" %}
After incorporating these mandatory mappings, please add any custom mappings as needed.
{% endhint %}


---

# 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://docs.hotwax.co/documents/learn-shopify/setup-shopify/integration-mappings/sales-channel.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.
