Skip to main content
POST
/
v1
/
user
/
store
/
{storeId}
/
products
/
{productId}
/
images
/
upload
Upload Product Image
curl --request POST \
  --url https://storekit.samarthh.me/v1/user/store/{storeId}/products/{productId}/images/upload \
  --header 'Content-Type: multipart/form-data' \
  --form image='@example-file'

Path Parameters

storeId
string
required
productId
string
required

Body

multipart/form-data
image
file

Response

200 - application/json

Successful response