Poq.SDK.Node

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

StoresClient.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>>