fulfillment_orders_line_items
The table below describes the fulfillment_orders_line_items table.
This is a virtual table, and is linked to the Fulfillment_Orders table (see Fulfillment_Orders).
None of the columns in this table are nullable.
None of the columns in this table are foldable.
This table does not contain Return Primary Key columns.
Column Name | SQL Type | Updatable |
---|---|---|
fulfillment_order_id Primary Key Foreign Key linked to column fulfillment_order_id in Fulfillment_Orders table |
SQL_BIGINT(unsigned) | True |
Id |
SQL_BIGINT(unsigned) | False |
fulfillable_quantity |
SQL_BIGINT(unsigned) | False |
inventory_item_id |
SQL_BIGINT(unsigned) | False |
line_item_id |
SQL_BIGINT(unsigned) | False |
quantity |
SQL_BIGINT(unsigned) | False |
shop_id |
SQL_BIGINT(unsigned) | False |
variant_id |
SQL_BIGINT(unsigned) | False |