Upload Product Media
POST
Uploads a file (product image, extra image, or digital file) and returns a media /products/uploadid. 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 uploadtype to the create/update field that references the returned data.id:

