Home > @poq/sdk-sfcc > IBasketsClient > getBasketsByID
Gets a basket.
Signature:
getBasketsByID(basketId: string, options?: RequestOptions): Promise<PoqResponse<Basket>>;
Parameter | Type | Description |
---|---|---|
basketId | string | the id of the basket to be retrieved |
options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<Basket>>