orderedProducts

List of ordered products

Arguments

Argument
Description

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.

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

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?