PUT
/
catalog
/
products
/
{product-id}
/
images
/
{id}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

product-id
string
required

product id

id
string
required

row id (PK)

Body

application/json
alternate_text
string
required
Maximum length: 128
title
string
required
Maximum length: 128
url_standard
string
required
Maximum length: 512
other_details
object
sort_order
integer
url_thumbnail
string
Maximum length: 512
url_tiny
string
Maximum length: 512
url_zoom
string
Maximum length: 512

Response

200 - application/json
content
object
message
string
success
boolean