All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| sellerCodes | array of string | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"sellerCodes" : [ "...", "..." ],
"actionStatus" : {
"status" : "SUCCESS",
"errorCode" : "GENERIC_API_EXCEPTION",
"message" : "..."
}
}