Image

Image du produit représentée sous forme d'octets directement ou d'URI.

Représentation JSON
{

  // Union field image can be only one of the following:
  "uri": string,
  "data": string
  // End of list of possible types for union field image.
}
Champs

Champ d'union image.

image ne peut être qu'un des éléments suivants :

uri

string

URI généralement accessible par requête Web.

data

string (bytes format)

Octets bruts de l'image.

Chaîne encodée en base64.