> For the complete documentation index, see [llms.txt](https://docs.keeping.com/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeping.com/help/setup/integrations/shopify.md).

# Shopify

## What is Shopify?

Shopify is an ecommerce platform that helps businesses run online stores.  If you have a Shopify store, you can connect it to Keeping to see your customer's order info right inside Keeping.

Currently, Keeping supports a one way integration which brings data FROM Shopify TO Keeping.  In the future we may support the ability to update your Shopify order inside Keeping.  Let us know if you'd like this feature.

## Shopify in Keeping

Once connected, you'll be able to see the following information about your customer in Keeping.

* Customer Since
* Lifetime Value
* 4 most recent orders
* Shipping URL and Tracking number for each order
* Links to customer profile and orders

![Shopify order info in Keeping](/files/nLzqd2WOEO9StcZzut2j)

## Connecting Shopify to Keeping

You'll need to be able to log in to your Shopify store to connect it to Keeping.  Start by navigating to the Keeping Integrations page and clicking the **Add Integration** button on the Shopify tile.

![Click Add under Integrations --> Shopify](/files/d7evdimvMYW9pmOj3ljX)

### Enter your Shopify store url and login

Find your Shopify store URL and click Connect to login to your Shopify store.

![Enter your Shopify URL and login.](/files/Z4qx1ZJKDa7VlT8r9XVI)

Your Shopify store URL can be found when viewing your store's admin panel.

![Find your Shopify URL](/files/ZfpzPbRzA3dd2JRnxO07)

Once installed, Keeping will show you your customer's order info in the right sidebar.

{% hint style="info" %}
**Good to know**: Keeping updates your customer's order at the moment their ticket arrives.  It is periodically updated after that, but you may need to visit your customer's order page in Shopify for the most up-to-date data.
{% 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.keeping.com/help/setup/integrations/shopify.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.
