The Shopify python library, or SPyLib, simplifies the use of the Shopify services such as the REST and GraphQL APIs as well as the OAuth authentication. All of this is done asynchronously using asyncio.
pip install spylib
Shopify components managed by SPyLib:
- Admin API
- Install an app through OAuth
- Session tokens
- Webhooks
- Multipass