Skip to main content

CartPostageData

No description

type CartPostageData {
method: String!
taxPercentage: Int
requestDate: DateTime
price: Float
priceNet: Float
priceMode: PriceMode
carrier: String
partialDeliveryAllowed: YesNo
pickUpLocationId: Int
warehouse: Warehouse
}

Fields

CartPostageData.method ● String! non-null scalar

Selected shipping method for this cart. Defaults to DELIVERY.

CartPostageData.taxPercentage ● Int scalar

Tax percentage

CartPostageData.requestDate ● DateTime scalar

Preferred delivery date for this order as requested by the user.

CartPostageData.price ● Float scalar

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

CartPostageData.priceNet ● Float scalar

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

CartPostageData.priceMode ● PriceMode 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.carrier ● String scalar

Selected carrier for this cart.

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