StoreFinderStockSearchPage
Representation of a Store Finder Stock Search Page StoreFinderStockSearchPage
export interface StoreFinderStockSearchPage {
'boundEastLongitude'?: number;
'boundNorthLatitude'?: number;
'boundSouthLatitude'?: number;
'boundWestLongitude'?: number;
'locationText'?: string;
'pagination'?: DeprecatedPagination;
'product'?: Product;
'sorts'?: Array<Sort>;
'sourceLatitude'?: number;
'sourceLongitude'?: number;
'stores'?: Array<PointOfServiceStock>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
boundEastLongitude | Optional | number | Bound to east longitude {number} StoreFinderStockSearchPage |
boundNorthLatitude | Optional | number | Bound to north latitude {number} StoreFinderStockSearchPage |
boundSouthLatitude | Optional | number | Bound to south latitude {number} StoreFinderStockSearchPage |
boundWestLongitude | Optional | number | Bound to west longitude {number} StoreFinderStockSearchPage |
locationText | Optional | string | Location text {string} StoreFinderStockSearchPage |
pagination | Optional | DeprecatedPagination | {DeprecatedPagination} StoreFinderStockSearchPage |
product | Optional | Product | {Product} StoreFinderStockSearchPage |
sorts | Optional | Array<Sort> | List of sorts {Array<Sort>} StoreFinderStockSearchPage |
sourceLatitude | Optional | number | Source latitude {number} StoreFinderStockSearchPage |
sourceLongitude | Optional | number | Source longitude {number} StoreFinderStockSearchPage |
stores | Optional | Array<PointOfServiceStock> | List of stores {Array<PointOfServiceStock>} StoreFinderStockSearchPage |