DemandFlow Support Centre

ITADSHIPMENT: ITAD Shipment

ReferenceEntity Reference16/04/2026Updated 16/04/2026
Collection and secure transport of IT assets for disposition processing, tracking chain of custody and compliance.

ITADSHIPMENT: ITAD Shipment

Collection and secure transport of IT assets for disposition processing, tracking chain of custody and compliance.

Default definition. This article describes the default ITADSHIPMENT definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches ITADSHIPMENT.

Entity properties

PropertyValue
Entity codeITADSHIPMENT
Display nameITAD Shipment
PluralITAD Shipments
Level50650

Use cases

ITADSHIPMENT tracks the physical movement of assets from collection site to processing facility. Each shipment belongs to an ITADORDER via comboKey SUB|ITADORDER. The status workflow is scheduled → collected → in-transit → delivered → confirmed.

Fields

Shipment Details

FieldTypeRequiredNotes
reftextRef.
nametextYesShipment Reference.
projectreference → ITADORDERYesDisposition Order.
statusenumYesValid ids: scheduled (Scheduled), collected (Collected), inTransit (In Transit), delivered (Delivered), confirmed (Confirmed).
collectionDatedateCollection Date.
deliveryDatedateDelivery Date.
collectionSitereference → SITECollection Site.
deliverySitetextProcessing facility name and address
carriertextCarrier.
vehicleReftextVehicle Registration.
trackingReftextTracking Reference.

Contents

FieldTypeRequiredNotes
assetCountnumberAsset Count.
totalWeightKgnumberTotal Weight (kg).
palletCountnumberPallet Count.
containerCountnumberContainer Count.
manifestReftextPacking list or manifest document reference
sealNumbertextTamper-evident seal number for chain of custody
notestext (multi-line)Notes.

Security

FieldTypeRequiredNotes
secureContainerenumValid ids: yes (Yes), no (No).
gpsTrackedenumValid ids: yes (Yes), no (No).
securityClearedPersonnelenumValid ids: yes (Yes), no (No), na (N/A).

Hazardous Goods

FieldTypeRequiredNotes
hazardousGoodsenumValid ids: yes (Yes), no (No).
hazardousDescriptiontext (multi-line)Hazardous Description.
adrCompliantenumValid ids: yes (Yes), no (No), exempt (Exempt (small quantities)).
wasteTransferNotetextConsignment note reference for hazardous waste

Relationships

  • Lookups: project points at a ITADORDER record; collectionSite points at a SITE record.

Creating a ITAD Shipment via the API

POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json

{
  "entity":   "ITADSHIPMENT",
  "level":    50650,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "project": "",
  "status": "scheduled",
  "ref": "..."
}

Listing ITAD Shipments

# All records in your tenant
GET /v1/entities/ITADSHIPMENT/SUB:<your-sub-id>

See also

itadshipmentitadshipmentshipments

Was this article helpful?

← Back to Knowledge Base