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?
Yes
No

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.
Endpoint
GET
https://www.wixapis.com/site-properties/v4/properties

Was this helpful?
Yes
No

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.
Endpoint
POST
https://www.wixapis.com/site-properties/v4/properties/business-profile

Was this helpful?
Yes
No

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.
Endpoint
POST
https://www.wixapis.com/site-properties/v4/properties/business-contact

Was this helpful?
Yes
No

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.
Endpoint
POST
https://www.wixapis.com/site-properties/v4/properties/business-schedule

Was this helpful?
Yes
No


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 BodyEvent 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?
Yes
No