# @scandipwa/shopify-shop

This module implements the retrieval of Shopify shop information.

## Declarations

1. Allows to make shop query to the Shopify Storefront API.
2. Declares Prop types for Shopify products.
3. Adds Shop Context that shares the shop data to any component in the app.

## Extensions

1. Adds Shop Context provider to App component.


---

# 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://scandipwa.gitbook.io/shopify/packages/shopify-shop.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.
