Skip to main content

CartPostageData

No description

type CartPostageData {
shippingMethod: String!
postageTaxPercentage: Float!
requestDate: DateTime!
postage: Float!
postageNet: Float!
priceMode: PriceMode!
partialDeliveryAllowed: YesNo
pickUpLocationId: Int
warehouse: Warehouse
}

Fields

CartPostageData.shippingMethod ● String! non-null scalar

The selected shipping method for this cart. Defaults to VERZENDEN.

CartPostageData.postageTaxPercentage ● Float! non-null scalar

CartPostageData.requestDate ● DateTime! non-null scalar

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

CartPostageData.postage ● Float! non-null scalar

The costs associated with the selected shipping method and business rules that apply to this cart. Excluding VAT.

CartPostageData.postageNet ● Float! non-null scalar

The costs associated with the selected shipping method and business rules that apply to this cart. Including VAT.

CartPostageData.priceMode ● PriceMode! non-null enum

Indicates where the price is calculated. PLATFORM - Price was calculated based on product price/postage rules set in Propeller. EXTERNAL - price was set externally

CartPostageData.partialDeliveryAllowed ● YesNo enum

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

CartPostageData.pickUpLocationId ● Int scalar

Pick up location ID

CartPostageData.warehouse ● Warehouse object

Member Of

Cart object ● ICart interface