Mutations
requestStoreByURL
Requests a store to be tracked by Rye’s API.
Requesting a store is currently only available for Shopify.
In order to request all products from an Amazon merchant, you must issue individual requests for each product using requestAmazonProductByURL
.
It can take up to 12 hours for the requested store to be fully tracked.
Arguments
input
required
An object containing the store’s URL.
Returns
canonicalDomain
String!
The canonical domain name of the store.
requestID
ID!
An opaque identifier representing the request for this store.
Example - request
Example - response
Response
Webhooks
Calling this mutation will subscribe your developer account to product webhooks for all products in the requested store.
Related mutations
Was this page helpful?