Types > PurchaseOrderLineItem
Commerce APITypesPurchaseOrderLineItem
PurchaseOrderLineItem

Description

Fields

code: String!

Free form reference code


cost: Int!

Cost of the item


quantity: Int!

Amount of items to receive

Example: 352


received: Int!

Amount of items received

Example: 342


rejected: Int!

Amount of items which will not be received

Example: 342


tax: Float!

Tax to apply to this item


variant: ProductVariant

Product variant for this line item

Expandable

Permission bit: "product_variants.read"


Used By

Types

PurchaseOrder

Preview (typescript)

Loading module