object WholesaleOrderMarkAsPackedOutput

Fields

FieldTypeDescription
request_idString

Public API request ID that identifies the related record.

complexityInt

Complexity as a numeric value.

okBoolean!

True if the order is completely packed; False if there are unpacked items.

Referenced By

Example

{
  "request_id": "UmVjb3JkOjEyMzQ=",
  "complexity": 100,
  "ok": true
}