Home > @poq/sdk-sfcc > Store
Document representing a store.
Signature:
export declare class Store extends BaseModel<Store>
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the Store class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| address1? | string | (Optional) The first address of the store. | |
| address2? | string | (Optional) The second address of the store. | |
| cCountryCodeValue? | string | (Optional) Country Code Value - for the form values | |
| cInventoryListId? | string | (Optional) Store Inventory List ID | |
| city? | string | (Optional) The city of the store. | |
| countryCode? | StoreCountryCodeEnum | (Optional) The country code of the store. | |
| distance? | number | (Optional) The distance to the given geo location in the unit of attribute distance (miles or kilometers). | |
| distanceUnit? | string | (Optional) The distance unit the distance attribute is measured in (either in miles or kilometers). | |
| email? | string | (Optional) The email address of the store. | |
| fax? | string | (Optional) The fax number of the store. | |
| id | string | The id of the store. | |
| image? | string | (Optional) The store image. | |
| inventoryId? | string | (Optional) The inventory list id associated with this store. | |
| latitude? | number | (Optional) The latitude of the store. | |
| longitude? | number | (Optional) The longitude of the store. | |
| name? | string | (Optional) The store name. | |
| phone? | string | (Optional) The phone number of the store. | |
| posEnabled? | boolean | (Optional) Whether this store uses Store Point-of-Sale. | |
| postalCode? | string | (Optional) The postal code of the store. | |
| stateCode? | string | (Optional) The state code of the store. | |
| storeEvents? | string | (Optional) The store events. | |
| storeHours? | string | (Optional) The store opening hours. | |
| storeLocatorEnabled? | boolean | (Optional) Whether this store should show up in store locator results. |