The request for the recordActionFeedback operation.

RecordActionFeedbackRequest

interface RecordActionFeedbackRequest {
    feedbackActionCode: "SELLER_ACTION_COMPLETED";
}

Properties

feedbackActionCode: "SELLER_ACTION_COMPLETED"

The unique identifier for each notification status.

RecordActionFeedbackRequest