Image

Immagine del prodotto rappresentata direttamente come byte o come URI.

Rappresentazione 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.
}
Campi

Campo unione image.

image può essere solo uno dei seguenti:

uri

string

In genere, URI richiedibile via web.

data

string (bytes format)

Byte non elaborati per l'immagine.

Una stringa con codifica Base64.