Home > @poq/sdk-sfcc > BasketsClient > putBasketsByIDCustomer
Sets customer information for an existing basket.
Signature:
putBasketsByIDCustomer(basketId: string, body: CustomerInfo, options?: RequestOptions): Promise<PoqResponse<Basket>>;
Parameter | Type | Description |
---|---|---|
basketId | string | the id of the basket to be modified |
body | CustomerInfo | |
options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<Basket>>