Direct Shopify API Access
The Rye Sync API’s Shopify Endpoint allows developers to execute raw Shopify GraphQL queries directly on their connected Shopify stores. This is ideal for accessing specific store data or performing complex operations through the Rye API.
Overview
This endpoint serves as a bridge between your application and Shopify, forwarding your GraphQL queries to Shopify’s API. It’s essential for developers requiring direct interaction with their Shopify data via the Rye platform.
Prerequisites
To use the Shopify Endpoint:
- Ensure you have an active Rye account with developer privileges.
- Connect your Shopify store to your Rye account.
- Obtain specific permissions from Rye to access this endpoint.
Endpoint Information
- Endpoint URL:
core-v1.api.rye.com/shopify/proxy
- Method: POST
- Content-Type:
application/json
- Authentication: Requires Bearer Token (provided by Rye).
Making a Request
Your request should include:
query
: The GraphQL query for execution.variables
: (Optional) GraphQL variables.shopifyStore
: Your Shopify store URL.
Usage Example with cURL
Here’s a cURL command example to create a draft order in Shopify:
Replace [Your Rye Access Token]
and your-shopify-store.myshopify.com
with your actual Rye access token and Shopify store URL.
Support and Further Information
For more details or support, contact the Rye developer support team. Use this endpoint responsibly, as it directly interacts with your Shopify store data.
Was this page helpful?