> For the complete documentation index, see [llms.txt](https://docs.bird.com/connectivity-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/connectivity-platform/use-cases/import-historical-shopify-information-to-inbox.md).

# Import historical Shopify information to Inbox

The Shopify plugin allows you to import your historical orders to Inbox, so you can see your customers' information in [Inbox](https://github.com/marcelcorso/gitbook/blob/main/MCP/use-cases/nce%20the%20data%20is%20imported,%20it%20will%20be%20available%20in%20the%20conversation%20timeline%20and%20contact%20information%20within%20the%20Inbox.) from the very first day.

* Go to your [Integrations page](https://dashboard.messagebird.com/en/integrations) and select **Shopify** from the directory.
* Choose **Import existing customer data.**

<figure><img src="/files/pxp8TLf4dnSs3eJ3hFqT" alt=""><figcaption></figcaption></figure>

* Done! The data will now be available in the conversation timeline and contact information inside [Inbox](https://github.com/marcelcorso/gitbook/blob/main/MCP/use-cases/nce%20the%20data%20is%20imported,%20it%20will%20be%20available%20in%20the%20conversation%20timeline%20and%20contact%20information%20within%20the%20Inbox.).&#x20;

<figure><img src="/files/istz28YOkz9BBuzDnbCz" alt=""><figcaption></figcaption></figure>

&#x20;

And that's it!🎉 Now you know how to Import Shopify historical information to Inbox.


---

# 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.bird.com/connectivity-platform/use-cases/import-historical-shopify-information-to-inbox.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.
