Poq.SDK.Node

Home > @poq/sdk-sfcc > ShippingMethod

ShippingMethod class

Document representing a shipping method.

Signature:

export declare class ShippingMethod extends BaseModel<ShippingMethod> 

Extends: BaseModel<ShippingMethod

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the ShippingMethod class

Properties

Property Modifiers Type Description
cEstimatedArrivalTime?   string (Optional) Estimated days until delivery
cStorePickupEnabled   boolean  
description?   string (Optional) The localized description of the shipping method.
externalShippingMethod?   string (Optional) The external shipping method.
id   string The shipping method id.
name?   string (Optional) The localized name of the shipping method.
price?   number (Optional) The shipping cost total, including shipment level costs and product level fix and surcharge costs.
shippingPromotions?   Array<ShippingPromotion> (Optional) The array of active customer shipping promotions for this shipping method. This array can be empty.