MarketingInfo

Represents the marketing information for a Product, SKU or Offer.

JSON representation
{ "displayName": string, "description": string, "defaultLogo": { object (Media) } }
Fields
displayName

string

Human readable name.

description

string

Human readable description. Description can contain HTML.

Media

Represents media information.

JSON representation
{ "title": string, "content": string, "type": enum (MediaType) }
Fields
title

string

Title of the media.

content

string

URL of the media.

type

enum (MediaType)

Type of the media.

MediaType

Type of media used.

Enums
MEDIA_TYPE_UNSPECIFIED Not used.
MEDIA_TYPE_IMAGE Type of image.