Home > @poq/sdk-sfcc > StoresClient > getStoresByID
Signature:
getStoresByID(id: string, options?: RequestOptions): Promise<PoqResponse<Store>>;
| Parameter | Type | Description |
|---|---|---|
| id | string | |
| options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<Store>>