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