POItemInput
Input for a Purchase Order item.
input POItemInput {
htsCode: String
mcVolume: BigDecimal
mcWeight: BigDecimal
productId: ID!
qtyOrdered: BigDecimal!
qtyPerMc: Int
}
Fields
POItemInput.htsCode ● String scalar
Harmonized Tariff Schedule code for the product.
POItemInput.mcVolume ● BigDecimal scalar
Master carton volume.
POItemInput.mcWeight ● BigDecimal scalar
Master carton weight.
POItemInput.productId ● ID! non-null scalar
ID of the product associated with this Purchase Order item.
POItemInput.qtyOrdered ● BigDecimal! non-null scalar
Quantity of the product ordered.
POItemInput.qtyPerMc ● Int scalar
Quantity per master carton.
Member Of
CreatePurchaseOrderInput input