# Shopify

This section covers Shopify-specific platform configuration in Mechanic — settings that affect how Mechanic connects to and authenticates with your Shopify store.

* [Custom authentication](/platform/shopify/custom-authentication.md) — configure custom Shopify API credentials for your Mechanic account
* ["Read all orders"](/platform/shopify/read-all-orders.md) — enable access to orders older than 60 days
* [Custom Shopify webhooks](/platform/shopify/custom-webhooks.md) — filter Shopify webhook deliveries before Shopify sends them, customize payloads, and route them onto custom Mechanic event topics (including metaobject webhooks)

{% hint style="info" %}
For documentation on reading and writing Shopify data within tasks (GraphQL queries, mutations, webhooks), see [Reading and Writing to Shopify](/core/shopify.md).
{% endhint %}


---

# Agent Instructions: 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://learn.mechanic.dev/platform/shopify.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.
