Skip to content
Last update: February 14, 2024

CustomerOrderConnection object

The CustomerOrderConnection represents a connection of customer orders.

Fields

Field Description
totalCount Int The total number of customer orders in the connection, regardless of pagination.
pageInfo PageInfo! Information about the current page and navigation in the connection.
edges [CustomerOrderEdge] An array of edges representing the individual customer orders and their cursors in the connection.
items [CustomerOrderType] An array of customer orders retrieved for the current page in the connection.
term_facets [TermFacet!]! Faceted search results grouped by terms or categories.
range_facets [RangeFacet!]! Faceted search results grouped by numerical or range-based attributes.
filter_facets [FilterFacet!]! Faceted search results grouped by filter criteria.