For the complete documentation index, see llms.txt. This page is also available as Markdown.

2025-08-29: Media Service - vendor handling added

Overview

New field vendorId was added to the asset response payload. With the new scopes, vendor employees can now manage and view assets for products that belong to their vendor.

New scopes

  • media.asset_manage_by_vendor

  • media.asset_read_by_vendor

Modified endpoints

Endpoint
Description

Retrieving all assets

New attribute vendorId added to response. New scope media.asset_read_by_vendor added.

Retrieving an asset

New attribute vendorId added to response. New scope media.asset_read_by_vendor added.

Creating an asset

New scope media.asset_manage_by_vendor added.

Updating an asset

New scope media.asset_manage_by_vendor added.

Deleting an asset

New scope media.asset_manage_by_vendor added.

Downloading an asset

New scope media.asset_read_by_vendor added.

Known problems

There are no known problems.

Last updated

Was this helpful?