Skip to main content

Upload Item Media

POST 

/api/skus/uploadmedia

Tier: Public — stable, supported for third-party integration.

Uploads one or more media files (e.g. photos) and attaches them to a SKU. Despite its method name, this action operates on SKUs, not items — the equivalent item endpoint is POST api/items/uploadmedia.

Unlike the item equivalent, this action carries a Sku Update authorize attribute. The request body is multipart form content containing the media file(s) and the owning SKU id, following the same contract as the item upload endpoint.

Responses

Returns true on success.