Overview of the Shopify API Library for PHP
mainThis library enables PHP-based Shopify apps to interact with various Shopify APIs. It is framework-agnostic, meaning it can be integrated into any PHP backend stack without requiring a specific framework.
Key capabilities include:
- OAuth: Creating online or offline access tokens for the Admin API.
- REST Admin API: Making requests to the Shopify REST interface.
- GraphQL Admin API: Making requests to the Shopify GraphQL interface.
- Storefront API: Querying the Storefront API.
- Webhooks: Registering and processing webhooks.