> For the complete documentation index, see [llms.txt](https://docs.struct.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.struct.com/reference/app-store/struct-apps/shopifyconnector/shopifyconnector-details/stores.md).

# Stores

### Add store

1. Click the button 'Add store' in the top right corner.
2. Fill out the details inside the "Shopify Settings"-tab with [additional details](/reference/app-store/struct-apps/shopifyconnector/shopifyconnector-details/stores/store-details.md).
3. Click 'Next'.
4. Set up [PIM settings](/reference/app-store/struct-apps/shopifyconnector/shopifyconnector-details/stores/store-details.md#pim-settings), publication, [pricing](/reference/app-store/struct-apps/shopifyconnector/shopifyconnector-details/stores/store-details.md#pricing) and [inventory](/reference/app-store/struct-apps/shopifyconnector/shopifyconnector-details/stores/store-details.md#inventory).
5. Click 'Save'.

### Edit store

1. Click the <i class="fa-pen">:pen:</i>-icon on the store that you want to edit.
2. Modify the [store details](/reference/app-store/struct-apps/shopifyconnector/shopifyconnector-details/stores/store-details.md).
3. Click 'Save changes'.

### Pause store

1. Click the <i class="fa-pause">:pause:</i>-icon on the store that you want to pause.

### Resume store

1. Click the <i class="fa-play">:play:</i>-icon on the store that you want to resume.

### Delete store

1. Click the <i class="fa-trash">:trash:</i>-icon on the store that you want to delete.
2. Confirm the deletion by clicking 'Yes, I'm sure'.


---

# 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.struct.com/reference/app-store/struct-apps/shopifyconnector/shopifyconnector-details/stores.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.
