object WholesaleOrderGenerateBOLOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
pdf_url | String! | URL of the BOL pdf document. |
Referenced By
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"pdf_url": "https://example.com/labels/SHIP-1001.pdf"
}