Fork me on GitHub

Shopify API

API client for the Shopify service.

Configuration

NameTypeDefaultDescription
SHOPIFY_API_VERSIONstrNoneThe Shopify API version to be used. Example: 2023-01.
SHOPIFY_API_KEYstrNoneThe username/key to be used in the authentication with the Shopify API.
SHOPIFY_PASSWORDstrNoneThe password to be used in the authentication with the Shopify API.
SHOPIFY_SECRETstrNoneThe shared secret to be used for message validation with the Shopify API.
SHOPIFY_STOREstrNoneThe name/domain of the Shopify store to use the Shopify API.
SHOPIFY_WEBSITEstrNoneThe public name/domain of the Shopify store to use the Shopify API, may be different from SHOPIFY_STORE.
SHOPIFY_IDstrNoneWhile using OAuth provides a way to define the client identifier.
SHOPIFY_SECRETstrNoneWhile using OAuth provides a way to define the client secret.
SHOPIFY_REDIRECT_URLstrNoneTo 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