Skip to main content

TenderPostage

No description

type TenderPostage {
shippingMethod: String!
trackTrace: String!
taxPercentage: Float!
requestDate: DateTime!
carrier: String!
postageGross: Float!
postageNet: Float!
overruled: Boolean!
partialDeliveryAllowed: Boolean
pickUpLocationId: Int
warehouse: Warehouse
}

Fields

TenderPostage.shippingMethod ● String! non-null scalar

The selected shipping method for this tender/order

TenderPostage.trackTrace ● String! non-null scalar

Track & Trace code

TenderPostage.taxPercentage ● Float! non-null scalar

Postage tax percentage

TenderPostage.requestDate ● DateTime! non-null scalar

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

TenderPostage.carrier ● String! non-null scalar

The selected carrier for this tender/order

TenderPostage.postageGross ● Float! non-null scalar

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

TenderPostage.postageNet ● Float! non-null scalar

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

TenderPostage.overruled ● Boolean! non-null scalar

If false, shipping costs are automatically calculated

TenderPostage.partialDeliveryAllowed ● Boolean scalar

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