Skip to main content

SelectedShippingOptionOrigin

Where a shipping option came from, as stated by whoever offered it.

On an order these are a snapshot, taken when the order was placed.

type SelectedShippingOptionOrigin {
source: String
gateway: String
carrier: String
serviceId: String
externalId: String
isExternal: Boolean!
}

Fields

source ● String

Which api can interpret this method's references.

gateway ● String

Which gateway offered the method. null when the catalogue does not know.

carrier ● String

Who delivers, as the source spells it, e.g. PLAB, dhl or budbee.

serviceId ● String

The source's own service or product code for the delivery, e.g. P19 or BUDBEEBOX.

externalId ● String

The method's id in the system that offered it, if external.

isExternal ● Boolean!

Whether the method was offered somewhere other than askas gateway.

Example

{}