Freight publication details.
Object used in requests: Get archived freights list, Get accepted freights list, Get freights list.
Object Fields
| Attribute | Type | Example | Description |
| auction_id | String | “794883d3-3e41-4427–850b-eca6fd66a604” | Id of the auction accepted in the freight. The field appears only in “Get accepted freights list” function. |
| end_reason | String | “accepted” | Publication end reason. See Freight Publication for list of reasons |
| id | Int | 3298063 | Publication id |
| is_quick_pay | Boolean | False | Determines whether the publication offer is marked as QuickPay |
| is_recommended | Boolean | null | Always null. |
| is_shared | Boolean | null | Always null. |
| offer_id | String | “22213b30-35e5-4f88-8be8-9b0d81f7d345” | Id of the offer accepted in the freight. The field appears only in “Get accepted freights list” function. |
| price | Object | Publication price details | |
| price.currency | String | eur | Publication price currency. See currency dictionary. |
| price.period | Object | Payment conditions | |
| price.period.days | Int | 12 | Number of days of deffer. For deferred payment only. |
| price.period.payment | String | “deffered” | Freight payment type: deffered, payment_on_unloading, payment_in_advance |
| price.value | Int | 470 | Publication price value (range: 1 – 9 999 999,99) |
| publish_date | String | “2026–02-13T14:08:58+01:00” | Freight publication date. |
| publish_type | String | “exchange” | Deprecated. This field is no longer used and will be removed in a future version. |
| received_offers | Int | 2 | Number of offers received from users |
| receivers | Object | List of private exchanges to which freight was sent | |
| receivers.private_exchanges | Array of Object | Private exchange (not branded) to which freight was sent | |
| receivers.private_exchanges.id | String | “49b9aa2b-1987–48d9-9a77-147f97594233” | Private exchange id |
| receivers.private_exchanges.name | String | “Private” | Private exchange name |
| receivers.corporate_exchanges | Array of Object | Branded private exchanges to which freight was sent | |
| receivers.corporate_exchanges.id | String | “006e95ea-f307-4a67-bc28-336dfc1cd679” | Branded private exchange id |
| receivers.corporate_exchanges.name | String | “Steel Co. East Europe Exchange” | Branded private exchange name |
| refresh_from | String | “2026–02-13T14:23:39+01:00” | Next possible refresh date for publication |
| sent_offers | Int | 3 | Number of recipients of publication (one private exchange is one recipient, one company is one recipient) |
| sent_to | Object | Designation of the types of recipients to whom the publication is addressed | |
| sent_to.companies | Boolean | False | Company recipient |
| sent_to.corporate_exchange | Boolean | False | Branded private exchange recipient |
| sent_to.direct | Boolean | True | Direct (person) recipient |
| sent_to.private_exchange | Boolean | False | Not branded private exchange recipient |
| smart_match_offers | Int | null | Always null. |
| status | String | active | Publication status |
| stock_id | String | null | Always null. |
Example Object Body
"publication": {
"end_reason": null,
"id": 3298813,
"is_quick_pay": false,
"is_recommended": false,
"is_shared": false,
"price": {
"currency": "pln",
"period": {
"days": 45,
"payment": "deferred"
},
"value": null
},
"publish_date": "2026-02-16T13:27:21+01:00",
"publish_type": "exchange",
"received_offers": null,
"receivers": {
"corporate_exchanges": [
{
"id": "006e95ea-f307-4a67-bc28-336dfc1cd679",
"name": "Steel Co. East Europe Exchange"
}
],
"private_exchanges": [
{
"id": "49b9aa2b-1987-48d9-9a77-147f97594233",
"name": "Private"
}
]
},
"refresh_from": "2026-02-16T13:42:21+01:00",
"sent_offers": 4,
"sent_to": {
"companies": false,
"corporate_exchange": true,
"direct": false,
"private_exchange": true
},
"smart_match_offers": null,
"status": "active",
"stock_id": null
},