Objects

QuotationShippingMethodType

Type containing quotation shipping method information

Type containing quotation shipping method information

type QuotationShippingMethodType {
  shippingId: String
  shippingFee: Decimal
  name: String
}

Fields

shippingId ● String scalar

The shipping method identifier

shippingFee ● Decimal scalar

The shipping fee

name ● String scalar

The shipping method name

Member Of

CartQuotationType object