# Can Locksmith lock Shopify's public JSON API for my online store?

It cannot. To our knowledge, this feature cannot be disabled, and its behavior cannot be adjusted – and, it's an integral part of the operation of many themes. If you have questions about this, contact Shopify support.

If preventing access to these endpoints is *mission critical*, you could consider building a web proxy that allows all traffic *except* those endpoints. This would be a custom project, and it's not something we can help with, or support.


---

# 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://www.locksmith.guide/faqs/more/can-locksmith-lock-shopifys-public-json-api-for-my-online-store.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.
