Uploading in the dashboard
1
Choose a file
Click Upload in a product form or the editor. The dashboard accepts PNG, JPEG, WebP, and GIF; one input file may be up to 8 MB.
2
Wait for processing
The server verifies that the payload is a decodable image, limits its dimensions for the selected use, and returns a CDN URL. A filename extension or MIME header alone is not enough to pass validation.
3
Save the form
Uploading a file does not publish the change. Save the product or publish the layout so the image is marked as referenced.
Quota and automatic cleanup
Each shop has 10 MB for processed files. The Files page shows usage and references and lets you remove an object. A file that is not referenced by any product or shop setting is removed after a grace period: 1 hour on Free or 24 hours while Pro is active.API use
POST /uploads/{shopId}/image accepts a base64/data-URL image and requires full shop access. GET /uploads/{shopId}/files returns the objects and quota usage. Products ultimately store an array of URLs, so an API integration may also provide its own public HTTPS URL; ItemShop cannot control an external host’s availability or retention.
If R2 storage is not configured for the deployment, the upload endpoint returns
503. This is a deployment configuration error, not an invalid user file.