object WholesaleOrderSetReadyToPickOutput

Fields

FieldTypeDescription
request_idString
complexityInt
okBoolean!

Defines the success of the operation

Referenced By

Example

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