The Order Item Object
An order item represents a line item for an order that includes product, variant and price information.
Attributes
order_id
The ID of the order this order item belongs to.
product_id
The ID of the product associated with this order item.
variant_id
The ID of the variant associated with this order item.
product_name
The name of the product.
variant_name
The name of the variant.
price
A positive integer in cents representing the price of this order item (in the order currency).
For “pay what you want” products the price will be whatever the customer entered at checkout.
quantity
A positive integer representing the quantity of this order item.
created_at
An ISO 8601 formatted date-time string indicating when the object was created.
updated_at
An ISO 8601 formatted date-time string indicating when the object was last updated.