About the Portfolio Settings API

The Portfolio Settings API allows you to manage a site's portfolio settings, including configurations for its media and project items. Learn more about the Wix Portfolio feature.

With the Portfolio Settings API, you can:

  • Create or update a site's portfolio settings.
  • Retrieve a site's existing portfolio settings.
  • Listen for events when a site's portfolio settings are created.

Before you begin

It's important to note the following points before starting to code:

  • You can only use this API on sites where a Wix user has installed the Wix Portfolio app.
  • Since each site only has one portfolio, you only need to call Create Portfolio Settings once to set it up. After that, call Update Portfolio Settings to make any changes. If you call Create Portfolio Settings when a portfolio already exists, the API will return an 'Entity already exists' error message.

Use cases

Did this help?