Skip to main content

WrCartShippingMethod

webround-docs


webround-docs / WrCartShippingMethod

Interface: WrCartShippingMethod

Defined in: wr.d.ts:647

A shipping method available for cart items

Properties

assetId

assetId: string

Defined in: wr.d.ts:663


assetUrl

assetUrl: string

Defined in: wr.d.ts:665

Logo or icon URL


availableCountries

availableCountries: string[]

Defined in: wr.d.ts:661

ISO 3166-1 alpha-2 country codes this method ships to


enabled

enabled: boolean

Defined in: wr.d.ts:662


etaMax

etaMax: number

Defined in: wr.d.ts:655

Maximum estimated delivery days


etaMin

etaMin: number

Defined in: wr.d.ts:653

Minimum estimated delivery days


id

id: string

Defined in: wr.d.ts:648


label

label: string

Defined in: wr.d.ts:650


maxVolume

maxVolume: number

Defined in: wr.d.ts:659

Maximum volume in cubic centimeters


maxWeight

maxWeight: number

Defined in: wr.d.ts:657

Maximum weight in grams


methodId

methodId: string

Defined in: wr.d.ts:649


pricing

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

Defined in: wr.d.ts:667

Pricing rules per currency


provider

provider: string

Defined in: wr.d.ts:651