class Falsify::FulfillmentLineItem

A historical record of an individual item in a fulfillment.

Attributes

fulfillable_quantity[RW]

The amount available to fulfill. This is the `quantity - max (refunded_quantity, fulfilled_quantity) - pending_fulfilled_quantity - open_fulfilled_quantity`. @return [String]

fulfillment_service[RW]

The service provider who is doing the fulfillment. @return [String]

gift_card[RW]

Whether the line item is a [gift card](help.shopify.com/manual/products/gift-card-products). @return [Boolean]

grams[RW]

The weight of the item in grams. @return [String]

id[RW]

The ID of the line item within the fulfillment. @return [String]

name[RW]

The name of the product variant. @return [String]

price[RW]

The price of the item. @return [String]

product_exists[RW]

Whether the product exists. @return [String]

product_id[RW]

The unique numeric identifier for the product in the fulfillment. @return [String]

properties[RW]

Any additional properties associated with the line item. @return [Array<String>]

quantity[RW]

The number of items in the fulfillment. @return [Integer]

requires_shipping[RW]

Whether a customer needs to provide a shipping address when placing an order for this product variant. @return [Boolean]

sku[RW]

The unique identifier of the item in the fulfillment. @return [String]

tax_lines[RW]

The `title`, `price`, and `rate` of any taxes applied to the line item. @return [Array<TaxLine>]

taxable[RW]

Whether the line item is taxable. @return [Boolean]

title[RW]

The title of the product. @return [String]

total_discount[RW]

The total of any discounts applied to the line item. @return [String]

variant_id[RW]

The ID of the product variant being fulfilled. @return [String]

variant_inventory_management[RW]

The name of the inventory management system. @return [String]

variant_title[RW]

The title of the product variant being fulfilled. @return [String]

vendor[RW]

The name of the supplier of the item. @return [String]