vrkansagara / shopify
SDK for Shopify API
1.0.1
2021-03-25 13:58 UTC
Requires
- php: ^7.3 || ~8.0.0
- guzzlehttp/guzzle: ^7.2
Requires (Dev)
- laminas/laminas-coding-standard: ^2.1
- phpunit/phpunit: ^9.3
- roave/security-advisories: 9999999-dev
This package is auto-updated.
Last update: 2024-11-16 00:35:58 UTC
README
SDK for Shopify API
How to install this library ?
composer require vrkansagara/shopify
How to contribute in this library ?
For the contribution kindly use the dev-master
branch.
TODO
-
Order
- Get
- List
- Add
- Update
- Delete
-
Product
- Get
- List
- Add
- Update
- Delete
-
Customer
- Get
- List
- Add
- Update
- Delete
-
Collection(ManualCollection and SmartCollection)
- List
- Add
- Update
- Delete
-
HTTP client
- REST API (WIP)
- GraphQL
- SOAP Client
Note
This library in actively under development.
Pull request and issue are most welcome against dev-master
branch.