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
- 200
- 400
- 401
- 403
Returns true on success.
The upload failed — e.g. the owning SKU does not exist (error array).
The caller is not authenticated.
The caller lacks Sku Update permission.