Home > @poq/sdk-sfcc > BasketsClient > putBasketsByIDShipmentsByIDShippingAddress
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>>;
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>>