Poq.SDK.Node

Home > @poq/sdk-sfcc > StoreResult

StoreResult class

Result document containing an array of stores.

Signature:

export declare class StoreResult extends BaseModel<StoreResult> 

Extends: BaseModel<StoreResult

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the StoreResult class

Properties

Property Modifiers Type Description
count?   number (Optional) The number of search results in the current page.
data?   Array<Store> (Optional)
next?   string (Optional) The URL of the next result page.
previous?   string (Optional) The URL of the previous result page.
start?   number (Optional) The zero-based index of the first search result to include in the document.
total?   number (Optional) The total number of search results.