OrderedProduct
Relation between subscription and a product that indicates the subscription is subscribed to this product in some way.
Fields
createdAt (ISO8601DateTime)
graceCancellationEndsAt (ISO8601DateTime)
id (ID!)
interval (Int)
intervalUnitOfMeasure (String)
maximumCommitmentEndsAt (ISO8601DateTime)
metadata (JSON)
minimumCommitmentEndsAt (ISO8601DateTime)
plan (Plan)
priceExcludingTaxCents (Int)
priceIncludingTaxCents (Int)
product (Product!)
productId (ID!)
quantity (Int)
recurring (Boolean!)
shipmentDate (String)
status (OrderedProductStatus!)
subscription (Subscription)
title (String)
totalAmountExcludingTaxCents (Int)
totalAmountIncludingTaxCents (Int)
totalOrdered (Int)
updatedAt (ISO8601DateTime)
Last updated
Was this helpful?