object AddShippingLabelToShippingContainerOutput

Fields

FieldTypeDescription
request_idString

Public API request ID that identifies the related record.

complexityInt

Complexity as a numeric value.

shipping_containerShippingContainer

Shipping container the label was added to.

Referenced By

Example

{
  "request_id": "UmVjb3JkOjEyMzQ=",
  "complexity": 100,
  "shipping_container": {container_id: "SC1234"}
}