class Falsify::OrderLineItem
An individual item in an Order
.
Required Fields:
-
quantity
Attributes
An ordered list of amounts allocated by discount applications. Each discount allocation is associated to a particular discount application. @return [Array<DiscountAllocation>]
The amount available to fulfill, calculated as follows: `quantity - max(refunded_quantity, fulfilled_quantity) - pending_fulfilled_quantity - open_fulfilled_quantity`. @return [String]
The service provider that's fulfilling the item. Valid values: “manual”, or the name of the provider, such as “amazon” or “shipwire”. @return [String]
Whether the item is a gift card. If true, then the item is not taxed or considered for shipping charges. @return [Boolean]
The weight of the item in grams. @return [String]
The name of the product variant. @return [String]
The price of the item before discounts have been applied in the shop currency. @return [String]
The price of the line item in shop and presentment currencies. @return [PriceSet]
The ID of the product that the line item belongs to. Can be null if the original product associated with the order is deleted at a later date. @return [String]
An array of custom information for the item that has been added to the cart. Often used to provide product customization options. For more information, see [Get customization information for products with line item properties](help.shopify.com/en/themes/customization/products/features/get-customization-information-for-products). @return [Array<Hash>]
The number of items that were purchased. @return [Integer]
Whether the item requires shipping. @return [Boolean]
The ID of the line item. @return [String]
The item's SKU (stock keeping unit). @return [String]
A list of tax line objects, each of which details a tax applied to the item. @return [Array<TaxLine>]
Whether the item was taxable. @return [Boolean]
The payment gateway used to tender the tip, such as shopify_payments. Present only on tips. @return [String]
The payment method used to tender the tip, such as Visa. Present only on tips. @return [String]
The title of the product. @return [String]
The total discount amount applied to this line item in the shop currency. This value is not subtracted in the line item price. @return [String]
The total discount applied to the line item in shop and presentment currencies. @return [PriceSet]
The ID of the product variant. @return [String]
The title of the product variant. @return [String]
The name of the item's supplier. @return [String]