Poq.SDK.Node

Home > @poq/sdk-sfcc > IBasketsClient > putBasketsByIDShipmentsByIDShippingAddress

IBasketsClient.putBasketsByIDShipmentsByIDShippingAddress() method

Sets a shipping address of a specific shipment of a basket.

Signature:

putBasketsByIDShipmentsByIDShippingAddress(basketId: string, shipmentId: string, body: OrderAddress, useAsBilling?: boolean, customerAddressId?: string, options?: RequestOptions): Promise<PoqResponse<Basket>>;

Parameters

Parameter Type Description
basketId string The id of the basket to be modified.
shipmentId string The id of the shipment to be modified.
body OrderAddress  
useAsBilling boolean (Optional)
customerAddressId string (Optional)
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<Basket>>