Returns CSV with requested shipments info
Default error response
{- "column_names": [
- "reference_id"
], - "shipment_ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
{- "error": "string",
- "error_description": "string",
- "field_errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "field_errors_condensed": [
- {
- "field_errors": [
- "string"
], - "field_name": "string"
}
], - "non_field_errors": [
- "string"
]
}