Poq.SDK.Node

Home > @poq/sdk-sfcc > IStoresClient > getStoresByID

IStoresClient.getStoresByID() method

Signature:

getStoresByID(id: string, options?: RequestOptions): Promise<PoqResponse<Store>>;

Parameters

Parameter Type Description
id string  
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<Store>>