object WholesaleOrderMarkAsPackedOutput

Fields

FieldTypeDescription
request_idString
complexityInt
okBoolean!

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

Referenced By

Example

{
  "request_id": "abc123",
  "complexity": 987,
  "ok": true
}