dotnet add package Soenneker.Shopify.HttpClients
{
"Shopify": {
"AccessToken": "your-access-token",
"StoreName": "your-store",
"ApiVersion": "2026-01"
}
}This resolves to https://your-store.myshopify.com/admin/api/2026-01/graphql.json.
If you need full control over the endpoint, set Shopify:ClientBaseUrl instead:
{
"Shopify": {
"AccessToken": "your-access-token",
"ClientBaseUrl": "https://your-store.myshopify.com/admin/api/2026-01/graphql.json"
}
}