API Documentation >> API 2.0 Main >> Entities >> Evaluation
{ evaluation: { evaluationGrade: // Evaluation grade itemDescription: // Item description grade packaging: // Packaging grade speed: // Shipping speed grade comment: // Comment (can be empty if all grades are very good (1) complaint: [] // Array of predefined complaints } }
Grade values:
1
- very good2
- good3
- neutral4
- bad10
- n/aPossible complaint values:
badCommunication
incompleteShipment
refusedCancel
shipDamage
unorderedShipment
wrongEd
wrongLang
wrongGrading
refundIssued
{ evaluation: { evaluationGrade: 1 itemDescription: 4 packaging: 1 speed: 1 comment: "not foil, but alternate art and wrong edition" complaint: [ "wrongEd", "notFoil" ] } }