For the complete documentation index, see llms.txt. This page is also available as Markdown.

OrderedProductsWithSummaryConnection

The connection type for OrderedProduct.

Fields

A list of edges.

nodes ([OrderedProduct])

A list of nodes.

pageInfo (PageInfo!)

Information to aid in pagination.

totalCount (Int)

The total number of items available.

totalCountPerProductId (JSON!)

Returns a key value pair of product ID and the value of its ordered product count

totalCountPerProductSku (JSON!)

Returns a key value pair of product SKU and the value of its ordered product count

totalQuantityPerProductId (JSON!)

Returns a key value pair of product ID and the value of its ordered product total quantity

totalQuantityPerProductSku (JSON!)

Returns a key value pair of product SKU and the value of its ordered product total quantity

totalUniqueSubscriptionAccountCount (Int)

Returns the distinct subscription account count for the filtered ordered products. Subscriptions without a subscription account are excluded.

totalUniqueSubscriptionCount (Int)

Returns the distinct subscription count for the filtered ordered products

Last updated

Was this helpful?