Obrazy
Dodaje obraz produktu
Dodawanie nowego obrazu dla istniejącego produktu
post/images
Request body
Example request
{
"alt": "alternatywny tekst obrazu produktowego 1",
"image_content": "data:image/png;base64,.......................",
"order": 1,
"product_id": 1,
"title": "Obrazek produktu 1"
}Response
Sukces
Example response
{
"fotolister_id": 123332,
"image_id": 1,
"status": "success"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.