Request parameters for getMessagingActionsForOrder operation in MessagingApi.

Export

MessagingApiGetMessagingActionsForOrderRequest

interface MessagingApiGetMessagingActionsForOrderRequest {
    amazonOrderId: string;
    marketplaceIds: string[];
}

Properties

amazonOrderId: string

An Amazon order identifier. This specifies the order for which you want a list of available message types.

Memberof

MessagingApiGetMessagingActionsForOrder

marketplaceIds: string[]

A marketplace identifier. This specifies the marketplace in which the order was placed. Only one marketplace can be specified.

Memberof

MessagingApiGetMessagingActionsForOrder