POST

Bulk Update Ribbons


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 multiple ribbons.

Each time a ribbon is updated, revision increments by 1. The current revision must be passed when updating a ribbon. This ensures you're working with the latest ribbon and prevents unintended overwrites.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Stores - all permissions
Manage Products
Manage v3 catalog
Product write in v3 catalog
Ribbon write in v3 catalog
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/stores/v3/bulk/ribbons/update

Body Params
ribbonsArray <MaskedRibbon>RequiredminItems 1maxItems 100

List of ribbons to update.


returnEntityboolean

Whether to return the full updated ribbon entities in the response.

Default: false


fieldsArray <string>maxItems 100

Fields to include in the response.

Supported values: ASSIGNED_PRODUCTS_COUNT

Response Object
resultsArray <BulkRibbonResult>maxItems 100

Ribbons updated by bulk action.


bulkActionMetadataBulkActionMetadata

Bulk action metadata.

Bulk update ribbons

Update 2 ribbons at once.

Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?