Loop APIs are organised around REST and provide a powerful way to build subscription experiences
Admin APIs are intended for handling a range of subscription management tasks within a Shopify-based platform, with all operations conducted at the individual store level.
Typical applications include:
- Integration with third-party services
- Utilization of webhooks for event-driven actions
- Customization of backend systems
- Generation of tokens for secure API access.
These APIs are essential for automating subscription processes and enhancing the functionality of Shopify stores through custom integrations.
Errors
Loop uses conventional HTTP response codes to indicate the success or failure of an API request. In general: Codes in the 2xx range indicate success. Codes in the 4xx range indicate an error that failed given the information provided (e.g., a required parameter was omitted, a charge failed, etc.). Codes in the 5xx range indicate an error with Loop's servers (these are rare).
