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:[Your Rye Access Token]
and your-shopify-store.myshopify.com
with your actual Rye access token and Shopify store URL.