Object: publication

Freight pub­li­ca­tion details.

Object used in requests: Get archived freights list, Get accept­ed freights list, Get freights list.

Object Fields
AttributeTypeExam­pleDescrip­tion
auction_idString“794883d3-3e41-4427–850b-eca6fd66a604”Id of the auc­tion accept­ed in the freight. The field appears only in “Get accept­ed freights list” func­tion.
end_reasonString“accept­ed”Pub­li­ca­tion end rea­son. See Freight Pub­li­ca­tion for list of rea­sons
idInt3298063Pub­li­ca­tion id
is_quick_payBooleanFalseDeter­mines whether the pub­li­ca­tion offer is marked as Quick­Pay
is_recommendedBooleannullAlways null.
is_sharedBooleannullAlways null.
offer_idString“22213b30-35e5-4f88-8be8-9b0d81f7d345”Id of the offer accept­ed in the freight. The field appears only in “Get accept­ed freights list” func­tion.
priceObjectPub­li­ca­tion price details
price.currencyStringeurPub­li­ca­tion price cur­ren­cy. See cur­ren­cy dic­tio­nary.
price.periodObjectPay­ment con­di­tions
price.period.daysInt12Num­ber of days of def­fer. For deferred payment only.
price.period.paymentString“def­fered”Freight pay­ment type: deffered, payment_on_unloading, payment_in_advance
price.valueInt470Pub­li­ca­tion price val­ue (range: 1 – 9 999 999,99)
publish_dateString“2026–02-13T14:08:58+01:00”Freight pub­li­ca­tion date.
publish_typeString“exchange”Dep­re­cat­ed. This field is no longer used and will be removed in a future ver­sion.
received_offersInt2Num­ber of offers received from users
receiversObjectList of pri­vate exchanges to which freight was sent
receivers.private_exchangesArray of ObjectPri­vate exchange (not brand­ed) to which freight was sent
receivers.private_exchanges.idString“49b9aa2b-1987–48d9-9a77-147f97594233”Pri­vate exchange id
receivers.private_exchanges.nameString“Pri­vate”Pri­vate exchange name
receivers.corporate_exchangesArray of ObjectBrand­ed pri­vate exchanges to which freight was sent
receivers.corporate_exchanges.idString“006e95ea-f307-4a67-bc28-336d­fc1cd679”Brand­ed pri­vate exchange id
receivers.corporate_exchanges.nameString“Steel Co. East Europe Exchange”Brand­ed pri­vate exchange name
refresh_fromString“2026–02-13T14:23:39+01:00”Next pos­si­ble refresh date for pub­li­ca­tion
sent_offersInt3Num­ber of recip­i­ents of pub­li­ca­tion (one pri­vate exchange is one recip­i­ent, one com­pa­ny is one recip­i­ent)
sent_toObjectDes­ig­na­tion of the types of recip­i­ents to whom the pub­li­ca­tion is addressed
sent_to.companiesBooleanFalseCom­pa­ny recip­i­ent
sent_to.corporate_exchangeBooleanFalseBrand­ed pri­vate exchange recip­i­ent
sent_to.directBooleanTrueDirect (per­son) recip­i­ent
sent_to.private_exchangeBooleanFalseNot brand­ed pri­vate exchange recip­i­ent
smart_match_offersIntnullAlways null.
sta­tusStringactivePub­li­ca­tion sta­tus
stock_idStringnullAlways 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
        },