Add an image to a product
POST
v1/products/{product_id}/images/Use this endpoint to add a single image to a product
Request
Path Params
product_id
string
required
A unique identifier assigned to each product, used to reference and retrieve specific product details.
Example:
107c2ff5-5c70-4749-b9bd-56dc1793013b
Header Params
Accept-Language
enum<string>
optional
Preferred language for the response. Defaults to en
if not specified.
Allowed values:
enar
Example:
en
Store-Id
number
required
Unique identifier of the store.
Example:
37213
Body Params multipart/form-data
image
file
required
The URL or path of the product image.
alt_text
string
required
A descriptive text for the image, used for accessibility and SEO purposes, describing the content of the image.
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: a month ago