Sample Use Cases and Flows

This article presents possible use cases and corresponding sample flows that you can support. This can be a helpful jumping off point as you plan your implementation.

Configure portfolio settings for a new site

When integrating with Wix Portfolio, you can configure a site's portfolio settings.

  1. Call Get Portfolio Settings to check for existing portfolio settings.

  2. If there are existing settings, call Update Portfolio Settings to update the portfolio settings as desired. If there aren't existing settings, proceed to the next step.

  3. Call Create Portfolio Settings to configure the portfolio settings for a site.

Update portfolio settings to reflect new preferences

You can update portfolio settings for a Wix user.

  1. A Wix user wants to update their portfolio settings such as media display options or project item organization.

  2. Call Get Portfolio Settings to retrieve the current portfolio settings. This allows you to review and confirm the existing configuration before making updates.

  3. Based on the new preferences provided by the Wix user, call Update Portfolio Settings to adjust the settings.

Did this help?