Skip to main content
Anchor to InventoryPurchaseOrderLineItem

InventoryPurchaseOrderLineItem

object

Requires read_inventory_purchase_orders access scope. Also: The user must have permission to view purchase orders. The shop must have access to the physical inventory feature preview.

Represents a line item belonging to an inventory purchase order. This is a simplified view of the purchase order line item for inventory management purposes.


Note

This object is available only in the unstable API version and to development stores that have enabled the Physical inventory feature preview.


•ID!
non-null

A globally unique identifier.

•InventoryItem

The inventory item associated with this line item.

•InventoryPurchaseOrder

The purchase order this line item belongs to.

•MoneyV2

The unit cost multiplied by the total quantity for the line item.

•String

The SKU for the item.

•Decimal

The tax rate percentage for the line item.

•String

The title of the product associated with this line item.

•MoneyV2

The total cost of the line item, including taxes.

•Int!
non-null

The total number of units ordered for the line item.

•MoneyV2

The unit cost of the item paid to the supplier.

•String

The title of the variant associated with this line item.


Was this section helpful?

•interface

Was this section helpful?