object CreateInboundShipmentOutput

Fields

FieldTypeDescription
request_idString
complexityInt
inbound_shipmentInboundShipment

Referenced By

Example

{
  "request_id": "abc123",
  "complexity": 987,
  "inbound_shipment": InboundShipment
}