Skip to content

hivesolutions/shopify-api

Repository files navigation

API client for the Shopify service.

Configuration

Name Type Default Description
SHOPIFY_API_VERSION str None The Shopify API version to be used. Example: 2023-01.
SHOPIFY_API_KEY str None The username/key to be used in the authentication with the Shopify API.
SHOPIFY_PASSWORD str None The password to be used in the authentication with the Shopify API.
SHOPIFY_SECRET str None The shared secret to be used for message validation with the Shopify API.
SHOPIFY_STORE str None The name/domain of the Shopify store to use the Shopify API.
SHOPIFY_WEBSITE str None The public name/domain of the Shopify store to use the Shopify API, may be different from SHOPIFY_STORE.
SHOPIFY_ID str None While using OAuth provides a way to define the client identifier.
SHOPIFY_SECRET str None While using OAuth provides a way to define the client secret.
SHOPIFY_REDIRECT_URL str None To be used in the OAuth process as the target redirect URL.

License

Shopify API is currently licensed under the Apache License, Version 2.0.

Build Automation

Build Status Build Status GitHub Coverage Status PyPi Status License