> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/~/changes/v7t3tfYrVBDkXZZGoQGP/graphql-api/api-reference/objects/ordered-product.md).

# OrderedProduct

### Fields

#### createdAt ([ISO8601DateTime](/~/changes/v7t3tfYrVBDkXZZGoQGP/graphql-api/api-reference/objects/iso-8601-date-time.md))

The time when the ordered product was created

#### graceCancellationEndsAt ([ISO8601DateTime](/~/changes/v7t3tfYrVBDkXZZGoQGP/graphql-api/api-reference/objects/iso-8601-date-time.md))

The time when the grace cancellation period ends

#### id ([ID](/~/changes/v7t3tfYrVBDkXZZGoQGP/graphql-api/api-reference/objects/id.md)!)

ID to identify the ordered product with

#### interval ([Int](/~/changes/v7t3tfYrVBDkXZZGoQGP/graphql-api/api-reference/objects/int.md))

The amount of time in units between shipments of this order

#### intervalUnitOfMeasure ([String](/~/changes/v7t3tfYrVBDkXZZGoQGP/graphql-api/api-reference/objects/string.md))

The time measure for interval units

#### maximumCommitmentEndsAt ([ISO8601DateTime](/~/changes/v7t3tfYrVBDkXZZGoQGP/graphql-api/api-reference/objects/iso-8601-date-time.md))

The time when the maximum commitment period ends

#### metadata ([JSON](/~/changes/v7t3tfYrVBDkXZZGoQGP/graphql-api/api-reference/objects/json.md))

Metadata makes it possible to store additional information on objects.

#### minimumCommitmentEndsAt ([ISO8601DateTime](/~/changes/v7t3tfYrVBDkXZZGoQGP/graphql-api/api-reference/objects/iso-8601-date-time.md))

The time when the minimum commitment period ends

#### plan ([Plan](/~/changes/v7t3tfYrVBDkXZZGoQGP/graphql-api/api-reference/objects/plan.md))

If added as part of a plan, this will be the reference.

#### priceExcludingTaxCents ([Int](/~/changes/v7t3tfYrVBDkXZZGoQGP/graphql-api/api-reference/objects/int.md))

The price of the product for this subscription excluding tax in cents

#### priceIncludingTaxCents ([Int](/~/changes/v7t3tfYrVBDkXZZGoQGP/graphql-api/api-reference/objects/int.md))

The price of the product for this subscription including tax in cents

#### product ([Product](/~/changes/v7t3tfYrVBDkXZZGoQGP/graphql-api/api-reference/objects/product.md)!)

The associated product record for this order line

#### productId ([ID](/~/changes/v7t3tfYrVBDkXZZGoQGP/graphql-api/api-reference/objects/id.md)!)

The ID of the associated product record

#### quantity ([Int](/~/changes/v7t3tfYrVBDkXZZGoQGP/graphql-api/api-reference/objects/int.md))

The amount ordered for this product

#### recurring ([Boolean](/~/changes/v7t3tfYrVBDkXZZGoQGP/graphql-api/api-reference/objects/boolean.md)!)

Whether this product will get shipped or charged recurringly.

#### shipmentDate ([String](/~/changes/v7t3tfYrVBDkXZZGoQGP/graphql-api/api-reference/objects/string.md))

The next date on which a new order should get initiated

#### status ([OrderedProductStatus](/~/changes/v7t3tfYrVBDkXZZGoQGP/graphql-api/api-reference/objects/ordered-product-status.md)!)

#### subscription ([Subscription](/~/changes/v7t3tfYrVBDkXZZGoQGP/graphql-api/api-reference/objects/subscription.md))

The associated product record for this ordered product

#### title ([String](/~/changes/v7t3tfYrVBDkXZZGoQGP/graphql-api/api-reference/objects/string.md))

Name of the product

#### totalAmountExcludingTaxCents ([Int](/~/changes/v7t3tfYrVBDkXZZGoQGP/graphql-api/api-reference/objects/int.md))

The total amount based on the unit price \* quantity excluding tax, in cents

#### totalAmountIncludingTaxCents ([Int](/~/changes/v7t3tfYrVBDkXZZGoQGP/graphql-api/api-reference/objects/int.md))

The total amount based on the unit price \* quantity including tax, in cents

#### totalOrdered ([Int](/~/changes/v7t3tfYrVBDkXZZGoQGP/graphql-api/api-reference/objects/int.md))

The total amount that the customer has ordered of this product upto now

#### updatedAt ([ISO8601DateTime](/~/changes/v7t3tfYrVBDkXZZGoQGP/graphql-api/api-reference/objects/iso-8601-date-time.md))

The time when the ordered product was updated
