orderedProducts
List of ordered products
Arguments
Filter ordered products with a shipment date on or later then.
Filter ordered products with a shipment date on or prior too.
Filter on subscriptions status(es).
Filter on product id(s).
The product SKU(s) to filter on.
Filter on subscription country code(s) (ISO 3166-1 alpha-2).
Returns the elements in the list that come after the specified cursor.
Returns the elements in the list that come before the specified cursor.
Returns the first n elements from the list.
Returns the last n elements from the list.
Return fields
edges ([OrderedProductEdge])
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
Last updated
Was this helpful?