OrderPostageUpdateInput
No description
input OrderPostageUpdateInput {
method: String
taxPercentage: Float
requestDate: DateTime
gross: Float
net: Float
tax: Float
partialDeliveryAllowed: YesNo
pickUpLocationId: Int
carrier: String
overruled: YesNo
}
Fields
OrderPostageUpdateInput.method
● String
scalar
The chosen shipping method
OrderPostageUpdateInput.taxPercentage
● Float
scalar
The shipping costs tax percentage
OrderPostageUpdateInput.requestDate
● DateTime
scalar
The provided delivery date for the Order
OrderPostageUpdateInput.gross
● Float
scalar
The shipping costs excluding tax
OrderPostageUpdateInput.net
● Float
scalar
The shipping costs including tax
OrderPostageUpdateInput.tax
● Float
scalar
The shipping costs tax
OrderPostageUpdateInput.partialDeliveryAllowed
● YesNo
enum
Is partial delivery allowed for this Order
OrderPostageUpdateInput.pickUpLocationId
● Int
scalar
ID of the pick up location when the Order's shipping method is PICKUP
OrderPostageUpdateInput.carrier
● String
scalar
The selected carrier for this Order
OrderPostageUpdateInput.overruled
● YesNo
enum
Whether the shipping costs for this order are overruled, if N, the shipping costs will be recalculated on every mutation
Member Of
OrderUpdateInput
input