Guide to setting up necessary providers and obtaining their API keys.
SHOPIFY_STORE_DOMAIN
https
and /
at the end of the string. Example: cool-socks.myshopify.com
SHOPIFY_STOREFRONT_ACCESS_TOKEN
Manage
button next to Storefront API.unauthenticated_read_product_inventory
and unauthenticated_read_customer_tags
scopes.env
file under SHOPIFY_STOREFRONT_ACCESS_TOKEN
.SHOPIFY_ADMIN_ACCESS_TOKEN
, SHOPIFY_APP_API_SECRET_KEY
Apps and sales channels
> Develop Apps
, and click on Create app
.Configuration
tab.Edit
and select the following scopes:
write_product_listings
read_product_listings
read_products
write_products
2024-01
API version.API Credentials
section.
.env.local
file under SHOPIFY_ADMIN_ACCESS_TOKEN
API secret key
and place it in your .env.local
file under SHOPIFY_APP_API_SECRET_KEY
Application ID
, Write API Key
.env.local
products
index attributes for faceting:
- “hierarchicalCategories” only if you’re planning on using this feature
- “avgRating” only if you’re using reviews feature
categories
index attributes for faceting:
products
and categories
. If you wish to use different names make sure your environment variables MEILISEARCH_PRODUCTS_INDEX
and MEILISEARCH_CATEGORIES_INDEX
are updated accordingly.Default Admin API Key
. This key should be securely stored in your .env.local
file under the MEILISEARCH_ADMIN_KEY
variable..env.local
file under MEILISEARCH_HOST
. Ensure you do not include a trailing slash at the end of the URL.
- “hierarchicalCategories” only if you’re planning on using this feature
- “avgRating” only if you’re using reviews feature
“avgRating” only if you’re using reviews feature