Shipment successfully marked as closed
Default error response
{- "error": "string",
- "error_description": "string",
- "field_errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "field_errors_condensed": [
- {
- "field_errors": [
- "string"
], - "field_name": "string"
}
], - "non_field_errors": [
- "string"
]
}