> For the complete documentation index, see [llms.txt](https://pixyleai.gitbook.io/pixyle.ai-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pixyleai.gitbook.io/pixyle.ai-documentation/integration-manual/third-party-integrations/shopify-integration.md).

# Shopify Integration

The Pixyle API seamlessly integrates with Shopify, providing a robust solution for enriching and managing your e-commerce data.\
Please note that you can use the existing Pixyle solutions on Shopify products only in collection processing mode.\
‍\
With the Shopify integration, you can:

* **Import Products**: Automatically import product data from your Shopify store into the Pixyle platform. This includes all relevant product details such as titles, descriptions, and images.
* **Manage Product Data**: Utilize the powerful features of the Pixyle platform to enrich, manage and update your product data. This can include using data generation solutions, editing product details and applying bulk updates.
* **Upload Products to Shopify**: Seamlessly update existing products on your Shopify store directly through the Pixyle platform. This ensures that your Shopify store is rich with data and product information.

By integrating Shopify with Pixyle, you benefit from a unified platform that centralizes your e-commerce data management, reduces manual tasks, and ensures consistency across your product listings. This integration is designed to be user-friendly, with clear documentation and straightforward integration to help you get started quickly and efficiently.

\
Overall, the Pixyle-Shopify integration is a powerful tool for e-commerce businesses looking to enhance their product management capabilities and streamline their operations, allowing you to focus on growing your business and improving customer satisfaction.


---

# 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://pixyleai.gitbook.io/pixyle.ai-documentation/integration-manual/third-party-integrations/shopify-integration.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.
