object CreateShippingLabelOutput

Fields

FieldTypeDescription
request_idString

Public API request ID that identifies the related record.

complexityInt

Complexity as a numeric value.

shipping_labelShippingLabel

Shipping label for this shipping label.

Referenced By

Example

{
  "request_id": "UmVjb3JkOjEyMzQ=",
  "complexity": 100,
  "shipping_label": {tracking_number: "1Z999AA10123456784", carrier: "ups"}
}