Passa al contenuto principale

WrShippingMethod

webround-docs


webround-docs / WrShippingMethod

Interface: WrShippingMethod

Defined in: wr.d.ts:1125

A shipping method available for selection at checkout, with resolved cost and tax for the current cart.

Properties

assetId

assetId: string

Defined in: wr.d.ts:1138


assetUrl

assetUrl: string

Defined in: wr.d.ts:1139


availableCountries

availableCountries: string[]

Defined in: wr.d.ts:1136


costNet

costNet: number

Defined in: wr.d.ts:1149

Net shipping cost


enabled

enabled: boolean

Defined in: wr.d.ts:1137


etaMax

etaMax: number

Defined in: wr.d.ts:1133

Maximum estimated delivery days


etaMin

etaMin: number

Defined in: wr.d.ts:1131

Minimum estimated delivery days


id

id: string

Defined in: wr.d.ts:1126


label

label: string

Defined in: wr.d.ts:1128


maxVolume

maxVolume: number

Defined in: wr.d.ts:1135


maxWeight

maxWeight: number

Defined in: wr.d.ts:1134


methodId

methodId: string

Defined in: wr.d.ts:1127


pricing

pricing: Record<string, { base: number | null; enableFreeShipping: boolean | null; freeShippingThreshold: number | null; mode: string; overflowBehavior: string; tiers: WrCartShippingMethodPricingTier[]; }>

Defined in: wr.d.ts:1140


provider

provider: string

Defined in: wr.d.ts:1129


surchargeNet

surchargeNet: number

Defined in: wr.d.ts:1151

Surcharge net amount


totalGross

totalGross: number

Defined in: wr.d.ts:1157

Total cost including VAT


vatAmount

vatAmount: number

Defined in: wr.d.ts:1155

VAT amount


vatRate

vatRate: number

Defined in: wr.d.ts:1153

Applied VAT rate