Home > @poq/sdk-sfcc > Shipment > (constructor)
Constructs a new instance of the Shipment
class
Signature:
constructor(params?: {
adjustedMerchandizeTotalTax?: number;
adjustedShippingTotalTax?: number;
cFromStoreId?: string;
cShipmentType?: string;
cStorePickupMessage?: string;
gift?: boolean;
giftMessage?: string;
merchandizeTotalTax?: number;
productSubTotal?: number;
productTotal?: number;
shipmentId?: string;
shipmentNo?: string;
shipmentTotal?: number;
shippingAddress?: OrderAddress;
shippingMethod?: ShippingMethod;
shippingStatus?: ShipmentShippingStatusEnum;
shippingTotal?: number;
shippingTotalTax?: number;
taxTotal?: number;
trackingNumber?: string;
});
Parameter | Type | Description |
---|---|---|
params | { adjustedMerchandizeTotalTax?: number; adjustedShippingTotalTax?: number; cFromStoreId?: string; cShipmentType?: string; cStorePickupMessage?: string; gift?: boolean; giftMessage?: string; merchandizeTotalTax?: number; productSubTotal?: number; productTotal?: number; shipmentId?: string; shipmentNo?: string; shipmentTotal?: number; shippingAddress?: OrderAddress; shippingMethod?: ShippingMethod; shippingStatus?: ShipmentShippingStatusEnum; shippingTotal?: number; shippingTotalTax?: number; taxTotal?: number; trackingNumber?: string; } | (Optional) |