Home > @poq/sdk-sfcc > IStoresClient > 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>>