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

Path Parameters

storeId
string
required
productId
string
required

Body

multipart/form-data
images
file

Response

200 - application/json

Successful response