object InboundShipmentSummaryWorker

Fields

FieldTypeDescription
idInt

Public API ID for this inbound shipment summary worker.

first_nameString

First name for the address or contact.

last_nameString

Last name for the address or contact.

Referenced By

Example

{
  "id": 1234,
  "first_name": "Ada",
  "last_name": "Lovelace"
}