Home > @poq/sdk-sfcc > IBasketsClient > putBasketsByIDBillingAddress
Sets the billing address of a basket.
Signature:
putBasketsByIDBillingAddress(basketId: string, useAsShipping?: boolean, customerAddressId?: string, body?: OrderAddress, options?: RequestOptions): Promise<PoqResponse<Basket>>;
Parameter | Type | Description |
---|---|---|
basketId | string | The id of the basket to be modified. |
useAsShipping | boolean | (Optional) |
customerAddressId | string | (Optional) |
body | OrderAddress | (Optional) |
options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<Basket>>