Request parameters for createAmazonMotors operation in MessagingApi.

Export

MessagingApiCreateAmazonMotorsRequest

interface MessagingApiCreateAmazonMotorsRequest {
    amazonOrderId: string;
    body: CreateAmazonMotorsRequest;
    marketplaceIds: string[];
}

Properties

amazonOrderId: string

An Amazon order identifier. This specifies the order for which a message is sent.

Memberof

MessagingApiCreateAmazonMotors

Memberof

MessagingApiCreateAmazonMotors

marketplaceIds: string[]

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

Memberof

MessagingApiCreateAmazonMotors