> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Properties # Type: Properties Object # Link: https://dev.wix.com/docs/api-reference/business-management/site-properties/properties/properties-object.md ## Schema: ```json Type: Properties Object | type: Properties - name: categories | type: Categories | description: Site categories. - name: primary | type: string | description: Primary site category. - name: secondary | type: Array | description: Secondary site category. - name: businessTermId | type: string | description: Business Term Id - name: value | type: string | description: - name: locale | type: Locale | description: Site locale. - name: languageCode | type: string | description: Two-letter language code in [ISO 639-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format. - name: country | type: string | description: Two-letter country code in [ISO-3166 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) format. - name: language | type: string | description: Site language. Two-letter language code in [ISO 639-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format. - name: paymentCurrency | type: string | description: Site currency format used to bill customers. Three-letter currency code in [ISO-4217 alphabetic](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) format. - name: timeZone | type: string | description: Timezone in `America/New_York` format. - name: email | type: string | description: Email address. - name: phone | type: string | description: Phone number. - name: fax | type: string | description: Fax number. - name: address | type: Address | description: Address. - name: street | type: string | description: Street name. - name: city | type: string | description: City name. - name: country | type: string | description: Two-letter country code in an [ISO-3166 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format. - name: state | type: string | description: State. - name: zip | type: string | description: Zip or postal code. - name: hint | type: AddressHint | description: Extra information to be displayed in the address. - name: text | type: string | description: Extra text displayed next to, or instead of, the actual address. - name: placement | type: string | description: Where the extra text should be displayed. - name: isPhysical | type: boolean | description: Whether this address represents a physical location. - name: googleFormattedAddress | type: string | description: Google-formatted version of this address. - name: streetNumber | type: string | description: Street number. - name: apartmentNumber | type: string | description: Apartment number. - name: coordinates | type: GeoCoordinates | description: Geographic coordinates of location. - name: latitude | type: number | description: Latitude of the location. Must be between -90 and 90. - name: longitude | type: number | description: Longitude of the location. Must be between -180 and 180. - name: siteDisplayName | type: string | description: Site display name. - name: businessName | type: string | description: Business name. - name: logo | type: string | description: Path to the site's logo in Wix Media (without Wix Media base URL). - name: description | type: string | description: Site description. - name: businessSchedule | type: BusinessSchedule | description: Business schedule. Regular and exceptional time periods when the business is open or the service is available. __Note:__ Not supported by Wix Bookings. - name: periods | type: Array | description: Weekly recurring time periods when the business is regularly open or the service is available. Limited to 100 time periods. - name: openDay | type: string | description: Day of the week the period starts on. - name: openTime | type: string | description: Time the period starts in 24-hour [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) extended format. Valid values are `00:00` to `24:00`, where `24:00` represents midnight at the end of the specified day. - name: closeDay | type: string | description: Day of the week the period ends on. - name: closeTime | type: string | description: Time the period ends in 24-hour [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) extended format. Valid values are `00:00` to `24:00`, where `24:00` represents midnight at the end of the specified day. __Note:__ If `openDay` and `closeDay` specify the same day of the week `closeTime` must be later than `openTime`. - name: specialHourPeriod | type: Array | description: Exceptions to the business's regular hours. The business can be open or closed during the exception. - name: startDate | type: string | description: Start date and time of the exception in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format and [Coordinated Universal Time (UTC)](https://en.wikipedia.org/wiki/Coordinated_Universal_Time). - name: endDate | type: string | description: End date and time of the exception in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format and [Coordinated Universal Time (UTC)](https://en.wikipedia.org/wiki/Coordinated_Universal_Time). - name: isClosed | type: boolean | description: Whether the business is closed (or the service is not available) during the exception. Default: `true`. - name: comment | type: string | description: Additional info about the exception. For example, "We close earlier on New Year's Eve." - name: multilingual | type: Multilingual | description: Supported languages of a site and the primary language. - name: supportedLanguages | type: Array | description: Supported languages list. - name: languageCode | type: string | description: Two-letter language code in [ISO 639-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format. - name: locale | type: Locale | description: Locale. - name: isPrimary | type: boolean | description: Whether the supported language is the primary language for the site. - name: countryCode | type: string | description: Language icon. - name: resolutionMethod | type: string | description: How the language will be resolved. For internal use. - name: isVisitorPrimary | type: boolean | description: Whether the supported language is the primary language for site visitors. - name: autoRedirect | type: boolean | description: Whether to redirect to user language. - name: consentPolicy | type: ConsentPolicy | description: Cookie policy the Wix user defined for their site (before the site visitor interacts with/limits it). - name: essential | type: boolean | description: Whether the site uses cookies that are essential to site operation. Always `true`. - name: value | type: boolean | description: - name: functional | type: boolean | description: Whether the site uses cookies that affect site performance and other functional measurements. - name: analytics | type: boolean | description: Whether the site uses cookies that collect analytics about how the site is used (in order to improve it). - name: advertising | type: boolean | description: Whether the site uses cookies that collect information allowing better customization of the experience for a current visitor. - name: dataToThirdParty | type: boolean | description: CCPA compliance flag. - name: businessConfig | type: string | description: Supported values: `FITNESS SERVICE`, `RESTAURANT`, `BLOG`, `STORE`, `EVENT`, `UNKNOWN`. Site business type. - name: externalSiteUrl | type: string | description: External site URL that uses Wix as its headless business solution. - name: trackClicksAnalytics | type: boolean | description: Track clicks analytics. - name: companyId | type: string | description: Company ID issued to the business by local authorities. Appears on invoices and price quotes. ```