object WholesaleOrderPrintLabelsOutput

Fields

FieldTypeDescription
request_idString

Public API request ID that identifies the related record.

complexityInt

Complexity as a numeric value.

labels_urlString

URL of the merged shipping labels PDF.

Referenced By

Example

{
  "request_id": "UmVjb3JkOjEyMzQ=",
  "complexity": 100,
  "labels_url": "https://example.com/labels/SHIP-1001.pdf"
}