For AI agents: visit https://rye-docs.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Jump to Content
Rye Docs
API ReferenceGraphQL
Log InRye Docs
API Reference
Log In
API ReferenceGraphQL

Product API

  • Queries
    • productByID
    • productsByDomainV2
  • Mutations
    • requestProductByURL
    • requestStoreByURL
  • Input
    • ProductByIDInput
    • ProductsByDomainInput
    • ProductsByVendorInput
    • RequestStoreByURLInput
    • RequestProductByURLInput
    • OffsetPaginationInput
  • Objects
    • AmazonCategory
    • AmazonImage
    • AmazonProduct
    • AmazonProtectionPlan
    • AmazonSpecification
    • AmazonSubtitle
    • AmazonVariant
    • AmazonVariantDimension
    • AmazonVideo
    • ProductOption
    • RequestProductResponse
    • RequestStoreResponse
    • ShopifyImage
    • ShopifyImageURL
    • ShopifyProduct
    • ShopifyProductReview
    • ShopifyProductReviewEdge
    • ShopifyProductReviewsConnection
    • ShopifyVariant

Cart API

  • Queries
    • checkoutByCartID
    • getCart
    • orderById
  • Mutations
    • addCartItems
    • cancelOrder
    • createCart
    • deleteCartItems
    • removeCart
    • submitCart
    • updateCartItems
    • updateCartBuyerIdentity
    • updateCartSelectedShippingOptions
  • Input
    • AmazonCartItemsInput
    • AmazonProductIDInput
    • BillingAddressInput
    • BuyerIdentityInput
    • CancelOrderInput
    • CartBuyerIdentityUpdateInput
    • CartCreateInput
    • CartDeleteInput
    • CartItemsAddInput
    • CartItemsDeleteInput
    • CartItemsInput
    • CartItemsUpdateInput
    • CartSubmitInput
    • StorePromoCodesInput
    • DeleteCartLinesInput
    • ShopifyCartItemsInput
    • ShopifyVariantIDInput
    • UpdateCartSelectedShippingOptionsInput
  • Objects
    • AmazonCartLine
    • AmazonOffer
    • AmazonStore
    • BuyerIdentity
    • Cart
    • CartCost
    • CartResponse
    • Checkout
    • DeletedCart
    • CancelOrderResponse
    • Order
    • CancelShopifyOrderResult
    • CancelAmazonOrderResult
    • CancelAmazonOrderItem
    • OrderCancelFailedOrderEvent
    • OrderCancelStartedOrderEvent
    • ReturnRequestedEvent
    • ReturnApprovedEvent
    • ReturnClosedEvent
    • AmazonReturnRequestedEventData
    • AmazonReturnLineItem
    • ShopifyReturnLineItem
    • ShopifyReturnRequestedEventData
    • AmazonReturnApprovedEventData
    • ShopifyReturnApprovedEventData
    • AmazonReturnClosedEventData
    • ShopifyReturnClosedEventData
    • OrderCancelSucceededOrderEvent
    • OrderFailedOrderEvent
    • OrderPlacedOrderEvent
    • OrderSubmissionStartedOrderEvent
    • OrderSubmissionSucceededOrderEvent
    • PaymentFailedOrderEvent
    • PaymentRefundedOrderEvent
    • PaymentSucceededOrderEvent
    • SelectedShippingOption
    • ShippingMethod
    • ShopifyCartLine
    • ShopifyOffer
    • ShopifyStore
    • SubmitCartData
    • SubmitCartResult
    • SubmitStoreResult
    • TrackingObtainedOrderEvent
  • Errors
    • AmazonOfferError
    • AmazonOfferErrorDetails
    • AmazonStoreError
    • AmazonStoreErrorDetails
    • CartError
    • CancelOrderError
    • ShopifyOfferError
    • ShopifyOfferErrorDetails
    • ShopifyStoreError
    • ShopifyStoreErrorDetails
    • SubmitCartResultError
    • SubmitStoreResultError

GraphQL Types

  • Enums
    • CartErrorCode
    • Country
    • Currency
    • Marketplace
    • OfferErrorCode
    • OrderStateEnum
    • OrderStatus
    • CancelOrderStatus
    • CancelErrorCode
    • CheckoutStatus
    • StoreErrorCode
    • SubmitCartResultErrorCode
    • SubmitStoreResultErrorCode
    • SubmitStoreStatus
  • Interfaces
    • Image
    • Product
    • Variant
    • OrderEvent
  • Scalars
    • Time
    • URL
  • Unions
    • CancelOrderResult
    • CartLine
    • ProductConnection
    • Store
  • Objects
    • PageInfo
    • Price
Powered by 

ShopifyProductReviewsConnection

Represents a paginated connection of Shopify product reviews.

Fields


edges: [ShopifyProductReviewEdge!]!

A list of ShopifyProductReviewEdge objects.


pageInfo: PageInfo!

A PageInfo object containing information about pagination, such as cursors and whether there are more pages.


Related types

  • ShopifyProduct

Updated over 2 years ago


Updated over 2 years ago


  • Table of Contents
    • Fields
      • Related types