Selling Partner API SDK for JavaScript
    Preparing search index...

    Localized messaging for a delivery offering.

    interface DeliveryMessage {
        locale?: string;
        text?: string;
    }
    Index

    Properties

    Properties

    locale?: string

    The locale for the message (e.g., en_US).

    text?: string

    The message content for a delivery offering.