OrderItemCreateInput
No description
input OrderItemCreateInput {
class: OrderItemClass!
uuid: String!
productId: Int
productSource: SourceInput
parentOrderItemId: Int
parentOrderItemUUID: String
quantity: Int!
sku: String!
notes: String
name: String
supplier: String
supplierCode: String
manufacturer: String
manufacturerCode: String
eanCode: String
originalPrice: Float!
customerPrice: Float
price: Float!
priceTotal: Float!
priceNet: Float
priceTotalNet: Float
costPrice: Float
discount: Float
tax: Float
taxPercentage: Int!
taxCode: Taxcode!
isBonus: YesNo!
minumumQuantity: Int
minimumQuantity: Int
unit: Int
package: String
packageUnit: String
packageUnitQuantity: String
purchaseUnit: Int
purchaseMinimumQuantity: Int
requestDate: String
}
Fields
OrderItemCreateInput.class
● OrderItemClass!
non-null enum
The class of the orderItem. Either product, incentive, surcharge, postage, payment
OrderItemCreateInput.uuid
● String!
non-null scalar
The UUID for the OrderItem
OrderItemCreateInput.productId
● Int
scalar
The productId of the OrderItem
OrderItemCreateInput.productSource
● SourceInput
input
A product source
OrderItemCreateInput.parentOrderItemId
● Int
scalar
The ID of the parent OrderItem
OrderItemCreateInput.parentOrderItemUUID
● String
scalar
The UUID of the parent OrderItem, this can be used in bulk operations where the auto-increment ID's are not known
OrderItemCreateInput.quantity
● Int!
non-null scalar
The quantity of the OrderItem
OrderItemCreateInput.sku
● String!
non-null scalar
The SKU of the product of the OrderItem
OrderItemCreateInput.notes
● String
scalar
Remarks by the customer for the OrderItem
OrderItemCreateInput.name
● String
scalar
The name of the product of the OrderItem
OrderItemCreateInput.supplier
● String
scalar
The supplier of the product of the OrderItem
OrderItemCreateInput.supplierCode
● String
scalar
The supplierCode of the product of the OrderItem
OrderItemCreateInput.manufacturer
● String
scalar
The manufacturer of the product of the OrderItem