NewItem
The details of a line item to add to an order.
Properties#
quantity
BigNumberInputThe quantity of the item to add to the order.
quantity
BigNumberInputvariant_id
stringOptionalThe ID of the variant to add to the order.
title
stringOptionalThe title of the item to add to the order.
The price of a single quantity of the item.
The original price of the item before a promotion or sale.
internal_note
null | stringOptionalA note viewed by admins only related to the item.
metadata
null | Record<string, any>OptionalCustom key-value pairs to store additional information about the item.
Was this page helpful?