Skip to content

soenneker/soenneker.shopify.httpclients

Soenneker.Shopify.HttpClients

A thread-safe singleton HttpClient for Shopify's GraphQL integration.

Installation

dotnet add package Soenneker.Shopify.HttpClients

Configuration

{
  "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"
  }
}

About

A thread-safe singleton HttpClient for Shopify's GraphQL integration.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages