CartShippingMethod
Overview
The CartShippingMethod
type represents a shipping method available for a cart in the High Velocity front-end app, with attributes typically common to any vendor.
Attributes
id
type: string
The unique identifier for the shipping method.
displayName
type: string
The display name of the shipping method.
description
type: string
A description of the shipping method.
pricing
type: Pricing
The pricing details for the shipping method.
estimatedDeliveryDate
(optional)
type: string
The estimated delivery date for the shipping method. This attribute is optional.
isDefault
type: boolean
Indicates whether this shipping method is the default or recommended option.