ReDoc documentation
Add comment
200 Success.
401 Unauthorized
Internal Server error
Unexpected error
{- "data": {
- "comment": "string",
- "rma_entity_id": 0,
- "created_at": "string",
- "entity_id": 0,
- "customer_notified": true,
- "visible_on_front": true,
- "status": "string",
- "admin": true,
- "extension_attributes": { },
- "custom_attributes": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}
}
true
Comments list
200 Success.
401 Unauthorized
Unexpected error
{- "items": [
- {
- "comment": "string",
- "rma_entity_id": 0,
- "created_at": "string",
- "entity_id": 0,
- "customer_notified": true,
- "visible_on_front": true,
- "status": "string",
- "admin": true,
- "extension_attributes": { },
- "custom_attributes": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}
], - "search_criteria": {
- "filter_groups": [
- {
- "filters": [
- {
- "field": "string",
- "value": "string",
- "condition_type": "string"
}
]
}
], - "sort_orders": [
- {
- "field": "string",
- "direction": "string"
}
], - "page_size": 0,
- "current_page": 0
}, - "total_count": 0
}