Hide broker's attachments in canceled orders
Orders attachments
- For canceled orders in the NEW status, broker's attachments will no longer be returned in the API response
- Affected API endpoints:
GET <base_url>/orders/{id}/attachments/GET <base_url>/order_attachments/{id}/
Example of GET <base_url>/order_attachments/{id}/ response
{
"meta": {
"code": 403,
"request_id": "1d219610-13d8-430d-b575-9d602085c2fd"
},
"error": {
"context": "Broker's attachment cannot be retrieved for canceled load"
}
}