TenderPostage
Tender shipping and pickup location information.
Contains postage and pickup details for tender proposals including warehouse pickup locations. Used for tender calculations, shipping cost estimates, and customer pickup options.
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
Complete warehouse information for the tender pickup location.
Detailed warehouse object including address, business hours, and contact information for the customer tender pickup location.
Member Of
Tender object