Poq.SDK.Node

Home > @poq/sdk-sfcc > BasketsClient > getBasketsByID

BasketsClient.getBasketsByID() method

Gets a basket.

Signature:

getBasketsByID(basketId: string, options?: RequestOptions): Promise<PoqResponse<Basket>>;

Parameters

Parameter Type Description
basketId string the id of the basket to be retrieved
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<Basket>>