Skip to main content

TenderPostage

No description

type TenderPostage {
method: String!
taxPercentage: Float!
requestDate: DateTime
carrier: String
price: Float!
priceNet: Float!
tax: Float!
overruled: YesNo
partialDeliveryAllowed: YesNo
pickUpLocationId: Int
warehouse: Warehouse
}

Fields

TenderPostage.method ● String! non-null scalar

The selected shipping method for this tender/order

TenderPostage.taxPercentage ● Float! non-null scalar

Postage tax percentage

TenderPostage.requestDate ● DateTime scalar

The preferred delivery date for this order as requested by the user

TenderPostage.carrier ● String scalar

The selected carrier for this tender/order

TenderPostage.price ● Float! non-null scalar

The costs associated with the selected shipping method and business rules that apply to this tender/order. VAT excluding

TenderPostage.priceNet ● Float! non-null scalar

The costs associated with the selected shipping method and business rules that apply to this tender/order. VAT including

TenderPostage.tax ● Float! non-null scalar

The VAT associated with the selected shipping method and business rules that apply to this tender/order.

TenderPostage.overruled ● YesNo enum

If false, shipping costs are automatically calculated

TenderPostage.partialDeliveryAllowed ● YesNo enum

This order can be shipped in parts when items different delivery dates

TenderPostage.pickUpLocationId ● Int scalar

Pick up location ID

TenderPostage.warehouse ● Warehouse object

Member Of

Tender object