Skip to content

UploadImage Product

POST
/products/{id}/image

UploadImage product.

Authorizations

BearerAuth
Type
HTTP (bearer)
Example"Bearer ..."

Parameters

Path Parameters

id*

ID of the resource

Type
integer
Required

Request Body

multipart/form-data
object

The file to upload.

Format"binary"

Responses

Successful operation

application/json
JSON
{
  
"data": {
  
  
"message": "string",
  
  
"fileName": "string"
  
},
  
"meta": {
  
  
"timestamp": "2026-04-13T17:17:49",
  
  
"version": "1.0.0"
  
}
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI