object WholesaleOrderPrintManualPickingSheetOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
picking_sheet_url | String! | URL of the picking sheet. |
Referenced By
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"picking_sheet_url": "https://example.com/resource"
}