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

# Ecommerce

- [Front End Integration](https://docs.spectrumcustomizer.com/integration/ecommerce/front-end-integration.md)
- [Load Design](https://docs.spectrumcustomizer.com/integration/ecommerce/load-design.md)
- [Add to Cart](https://docs.spectrumcustomizer.com/integration/ecommerce/add-to-cart.md)
- [Save Design](https://docs.spectrumcustomizer.com/integration/ecommerce/save-design.md)
- [Generate Cart Item](https://docs.spectrumcustomizer.com/integration/ecommerce/generate-cart-item.md)
- [Pricing & Availability](https://docs.spectrumcustomizer.com/integration/ecommerce/pricing-and-availability.md)
- [Order Acknowledgement](https://docs.spectrumcustomizer.com/integration/ecommerce/order-acknowledgement.md)
- [Shipment Notification](https://docs.spectrumcustomizer.com/integration/ecommerce/shipment-notification.md)
- [Update Order Status](https://docs.spectrumcustomizer.com/integration/ecommerce/update-order-status.md)
- [Order Search](https://docs.spectrumcustomizer.com/integration/ecommerce/order-search.md): Orders submitted to Spectrum can be queried for their details and status.
- [Integration Driver](https://docs.spectrumcustomizer.com/integration/ecommerce/integration-driver.md): How to test the Spectrum integration within an Ecommerce system before products are modelled within Spectrum.
- [Production Related File Delivery](https://docs.spectrumcustomizer.com/integration/ecommerce/production-related-file-delivery.md)
- [Spectrum and Shopify Integration](https://docs.spectrumcustomizer.com/integration/ecommerce/spectrum-and-shopify-integration.md)
- [Overall Flow](https://docs.spectrumcustomizer.com/integration/ecommerce/spectrum-and-shopify-integration/overall-flow.md)
- [Product Set Up: "Add-ons"](https://docs.spectrumcustomizer.com/integration/ecommerce/spectrum-and-shopify-integration/product-set-up-add-ons.md)
- [Line Item Properties](https://docs.spectrumcustomizer.com/integration/ecommerce/spectrum-and-shopify-integration/line-item-properties.md)
- [Shopify Cart](https://docs.spectrumcustomizer.com/integration/ecommerce/spectrum-and-shopify-integration/shopify-cart.md)
- [Order Processing](https://docs.spectrumcustomizer.com/integration/ecommerce/spectrum-and-shopify-integration/order-processing.md)
- [Shopify App](https://docs.spectrumcustomizer.com/integration/ecommerce/spectrum-and-shopify-integration/shopify-app.md)


---

# 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:

```
GET https://docs.spectrumcustomizer.com/integration/ecommerce.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.
