object UpdateInboundShipmentOutput

Fields

FieldTypeDescription
request_idString

Public API request ID that identifies the related record.

complexityInt

Complexity as a numeric value.

inbound_shipmentInboundShipment

Inbound shipment returned by this operation.

Referenced By

Example

{
  "request_id": "UmVjb3JkOjEyMzQ=",
  "complexity": 100,
  "inbound_shipment": {id: "SW5ib3VuZFNoaXBtZW50OjEyMzQ="}
}