INPUT_OBJECT
CreatePurchaseOrderOrderItemsMutationInput
Add items to a new purchase order.
link GraphQL Schema definition
- input CreatePurchaseOrderOrderItemsMutationInput {
- # The ID of a vendor item.
- : Int64Bit!
- # The quantity of a vendor item on a purchase order.
- : Int
- # The price of the vendor item at the time the purchase order was created.
- : Int64Bit
- # The current status of a purchase order item.
- : PurchaseOrderItemStatus
- # A list of tax IDs that should be applied to this purchase order item.
- : [Int64Bit]
- # Data to insert into custom fields.
- : [CustomFieldDataMutationInput]
- # Number of inventory models that are included in a single unit of this vendors
- # product.
- : Int
- # Part number used by the vendor to identify this vendor item.
- : String
- # A descriptive name.
- : String
- # The order this item is shown in a list.
- : Int
- }