Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.72 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.72 KB

API client for the Shopify service.

Configuration

Name Type Default Description
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 Coverage Status PyPi Status License