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

    Interface GetMessagingActionResponse

    Describes a messaging action that can be taken for an order. Provides a JSON Hypertext Application Language (HAL) link to the JSON schema document that describes the expected input.

    interface GetMessagingActionResponse {
        _embedded?: GetMessagingActionResponseEmbedded;
        _links?: GetMessagingActionResponseLinks;
        errors?: Error[];
        payload?: MessagingAction;
    }
    Index

    Properties

    errors?: Error[]

    A list of error responses returned when a request is unsuccessful.

    payload?: MessagingAction