Buyer segment or program this offer is applicable to.

Audience

interface Audience {
    displayName?: string;
    value?: string;
}

Properties

Properties

displayName?: string

Localized display name for the audience.

Audience

value?: string

Name of the audience an offer is applicable to. Common values: * 'ALL' - Standard offer audience for buyers on Amazon retail websites. * 'B2B' - Offer audience for Amazon Business website buyers.

Audience