class Falsify::FulfillmentLineItem
A historical record of an individual item in a fulfillment.
Attributes
The amount available to fulfill. This is the `quantity - max (refunded_quantity, fulfilled_quantity) - pending_fulfilled_quantity - open_fulfilled_quantity`. @return [String]
The service provider who is doing the fulfillment. @return [String]
Whether the line item is a [gift card](help.shopify.com/manual/products/gift-card-products). @return [Boolean]
The weight of the item in grams. @return [String]
The ID of the line item within the fulfillment. @return [String]
The name of the product variant. @return [String]
The price of the item. @return [String]
Whether the product exists. @return [String]
The unique numeric identifier for the product in the fulfillment. @return [String]
Any additional properties associated with the line item. @return [Array<String>]
The number of items in the fulfillment. @return [Integer]
Whether a customer needs to provide a shipping address when placing an order for this product variant. @return [Boolean]
The unique identifier of the item in the fulfillment. @return [String]
The `title`, `price`, and `rate` of any taxes applied to the line item. @return [Array<TaxLine>]
Whether the line item is taxable. @return [Boolean]
The title of the product. @return [String]
The total of any discounts applied to the line item. @return [String]
The ID of the product variant being fulfilled. @return [String]
The name of the inventory management system. @return [String]
The title of the product variant being fulfilled. @return [String]
The name of the supplier of the item. @return [String]