Mutations
requestProductByURL
Requests a product to be tracked by Rye’s API. Products will be refreshed on some interval. A product must be requested before it can be queried.
Arguments
input
RequestProductByURLInput!
requiredAn object containing the product’s URL.
Returns
RequestProductResponse.productID
RequestProductResponse
The productID
is the unique identifier for the requested product, which can be used in subsequent queries to fetch product information.
Usage
Was this page helpful?