> 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/store-details.md).

# Store details

## Shopify settings

#### Name&#x20;

The name of your Shopify instance.

#### Shopify hostname

The hostname for your Shopify instance.

#### Private app API password

Your Shopify App API password.

#### API Version

The version of the Shopify API the app uses.

#### Thread limit

The maximum amount of threads to use for transferring data to Shopify.

***

## PIM settings

#### Language

The language of your products in your Shopify shop. This will be the primary language.

#### Enable multilingual

Enables the selection of additional languages.

#### Multilingual languages

Selects the additional languages that are used on your Shopify products.

#### Dimensions

Selects the dimensions for your Shopify products.

#### Use names for defining attributes

Determines if the defining attributes should be used instead of the attribute alias on variant options.

#### Removed from feed action

Selects the actions that the connector will use to determine whether a product from your Shopify store should be removed from the feed.

#### Re-added to feed action

Selects the actions that the connector will use to determine whether a product from your Shopify store should be added to the feed.

#### Archived reason

Selects the action that the connector will use to determine what it should do if a previously synced product gets archived.

#### Unarchived action

Selects the action that the connector will use to determine what it should do if a previously synced product gets unarchived.

#### Sync products

Enable or disable synchronization between the Shopify Connector and Shopify.

#### Filter

A filter that will determine what product or variant groups will be synced to Shopify.

#### Sync categories

Sync the categories from you PIM to your Shopify Collections.

#### Category references as metafield

Determines if references to categories should be added as default as product tags.

#### Catalogues

Determines what catalogues will be used in your Shopify shop.

***

## Publications

#### Product published

The option that determines whether the product is published or not.

#### Product published date

The date when the product will be published.

#### Category published

The option that determines whether the category is published or not.

#### Category published date

The date when the category will be published.

***

## Pricing

#### Handle manually in Shopify

Determines if prices should be synchronized automatically or if you manually want to handle prices.

#### Cost price attribute

Selects the attribute which holds the actual price for the product.

#### Cost conditional update

Selects the attribute which controls whether the cost price attribute should be updated.

#### Compare at price attribute

Selects the attribute that the cost price will be compared to.

#### Compare at conditional update

Selects the attribute which controls whether the compare attribute should be updated.

#### Price attribute

Holds the attribute that displays the price of the product.

#### Price conditional update

Selects the attribute that will determine if the price attribute should be updated.

***

## Inventory

#### Inventory management

Defines how inventory is managed.

#### Track inventory

Enable or disable inventory tracking in Shopify.

#### Stock attribute

Set the attribute which determines if a product is in stock or not.

#### Alternative Shopify API password

An alternative Shopify API password.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.struct.com/reference/app-store/struct-apps/shopifyconnector/shopifyconnector-details/stores/store-details.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
