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

orderedProducts

List of ordered products

Arguments

Argument
Description

shipmentDateFrom (ISO8601DateTime)

Filter ordered products with a shipment date on or later then.

shipmentDateTo (ISO8601DateTime)

Filter ordered products with a shipment date on or prior too.

createdSince (ISO8601DateTime)

Filter ordered products to those created since the given datetime.

createdUntil (ISO8601DateTime)

Filter ordered products to those created until the given datetime.

subscriptionSignupCompletedSince (ISO8601DateTime)

Filter ordered products to subscriptions that completed signup since the given datetime.

subscriptionSignupCompletedUntil (ISO8601DateTime)

Filter ordered products to subscriptions that completed signup until the given datetime.

subscriptionStatuses ([SubscriptionStatus!])

Filter on subscriptions status(es).

orderedProductStatuses ([OrderedProductStatus!])

Filter on ordered product status(es).

productIds ([ID!])

Filter on product id(s).

productSkus ([String!])

The product SKU(s) to filter on.

subscriptionCountries ([String!])

Filter on subscription country code(s) (ISO 3166-1 alpha-2).

after (String)

Returns the elements in the list that come after the specified cursor.

before (String)

Returns the elements in the list that come before the specified cursor.

first (Int)

Returns the first n elements from the list.

last (Int)

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

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?