Skip to main content

Upload Product Media

POST/products/upload
Uploads a file (product image, extra image, or digital file) and returns a media id. Pass that id to Create Product / Update Product as image.file.response.id (or inside product_files[] / extra_images[]).

Authentication

Headers

Query Parameters

Body (multipart/form-data)

Example Request

Success Response

200 OK

Where to use the returned id

Map each upload type to the create/update field that references the returned data.id:

Error Responses