Properties Object
Attributes
categoriesobject
Site categories.
localeobject
Site locale.
languagestring
Site language.
Two-letter language code in ISO 639-1 alpha-2 format.
paymentCurrencystring
Site currency format used to bill customers.
Three-letter currency code in ISO-4217 alphabetic format.
timeZonestring
Timezone in America/New_York format.
emailstring
Email address.
phonestring
Phone number.
faxstring
Fax number.
addressobject
Address.
siteDisplayNamestring
Site display name.
businessNamestring
Business name.
logostring
Path to the site's logo in Wix Media (without Wix Media base URL).
descriptionstring
Site description.
businessScheduleobject
Business schedule. Regular and exceptional time periods when the business is open or the service is available.
Note: Not supported by Wix Bookings.
multilingualobject
Supported languages of a site and the primary language.
consentPolicyobject
Cookie policy the site owner defined for their site (before the users interacts with/limits it).
businessConfigstring
Supported values: FITNESS SERVICE, RESTAURANT, BLOG, STORE, EVENT, UNKNOWN.
Site business type.
externalSiteUrlstring
External site url that uses Wix as its headless business solution
trackClicksAnalyticsboolean
Track clicks analytics
Was this helpful?
GetGet Site Properties
Developer Preview - This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Retrieves a current snapshot of a site's properties.
Permission Scopes
For app development, you must have one of the following permission scopes:Manage Your App
Learn more about permission scopes.Authorization header required - pass the OAuth Access Token
Syntax
GET
https://www.wixapis.com/site-properties/v4/propertiesWas this helpful?
PostUpdate Business Profile
Developer Preview - This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Updates a site's business profile.
Permission Scopes
For app development, you must have one of the following permission scopes:Manage Business Profile
Learn more about permission scopes.Authorization header required - pass the OAuth Access Token
Syntax
POST
https://www.wixapis.com/site-properties/v4/properties/business-profileWas this helpful?
PostUpdate Business Contact
Developer Preview - This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Updates a site's business contact information.
Permission Scopes
For app development, you must have one of the following permission scopes:Manage Business Contact
Learn more about permission scopes.Authorization header required - pass the OAuth Access Token
Syntax
POST
https://www.wixapis.com/site-properties/v4/properties/business-contactWas this helpful?
PostUpdate Business Schedule
Developer Preview - This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Updates a site's business schedule.
Permission Scopes
For app development, you must have one of the following permission scopes:Manage Business Schedule
Learn more about permission scopes.Authorization header required - pass the OAuth Access Token
Syntax
POST
https://www.wixapis.com/site-properties/v4/properties/business-scheduleWas this helpful?
PostUpdate Consent Policy
Developer Preview - This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Updates a site's default consent policy.
Permission Scopes
For app development, you must have one of the following permission scopes:Manage Consent Policy
Learn more about permission scopes.Authorization header required - pass the OAuth Access Token
Syntax
POST
https://www.wixapis.com/site-properties/v4/properties/policyWas this helpful?
Site Properties Updated
Developer Preview - This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Triggered when site properties are updated
Event Body
Event Body Event data is received as a JSON Web Token (JWT). It may be delayed.
Be sure to verify the data was sent by Wix.
Event Data
metasiteIdstring
ID of the Wix site that has been updated.
eventobject
Update details.
Was this helpful?