Home > @poq/sdk-sfcc > BasketsClient > putBasketsByIDStorefront
Marks a basket as storefront basket.
Signature:
putBasketsByIDStorefront(basketId: string, exchange?: boolean, options?: RequestOptions): Promise<PoqResponse<Basket>>;
Parameter | Type | Description |
---|---|---|
basketId | string | the basket id |
exchange | boolean | (Optional) |
options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<Basket>>