Request parameters for createProductReviewAndSellerFeedbackSolicitation operation in SolicitationsApi.

SolicitationsApiCreateProductReviewAndSellerFeedbackSolicitationRequest

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

Properties

amazonOrderId: string

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

SolicitationsApiCreateProductReviewAndSellerFeedbackSolicitation

marketplaceIds: string[]

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

SolicitationsApiCreateProductReviewAndSellerFeedbackSolicitation