# OrderedProductsWithSummaryConnection

### Fields

#### edges (\[[OrderedProductEdge](https://developer.firmhouse.com/graphql-api/api-reference/objects/ordered-product-edge)])

A list of edges.

#### nodes (\[[OrderedProduct](https://developer.firmhouse.com/graphql-api/api-reference/objects/ordered-product)])

A list of nodes.

#### pageInfo ([PageInfo](https://developer.firmhouse.com/graphql-api/api-reference/objects/page-info)!)

Information to aid in pagination.

#### totalCount ([Int](https://developer.firmhouse.com/graphql-api/api-reference/objects/int))

The total number of items available.

#### totalCountPerProductId ([JSON](https://developer.firmhouse.com/graphql-api/api-reference/objects/json)!)

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

#### totalCountPerProductSku ([JSON](https://developer.firmhouse.com/graphql-api/api-reference/objects/json)!)

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

#### totalQuantityPerProductId ([JSON](https://developer.firmhouse.com/graphql-api/api-reference/objects/json)!)

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

#### totalQuantityPerProductSku ([JSON](https://developer.firmhouse.com/graphql-api/api-reference/objects/json)!)

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