{
"success": true,
"message": "string",
"search_query": "string",
"filters": [
"string"
],
"pagination": {
"page": 0,
"per_page": 0,
"last_page": 0,
"has_prev_page": true,
"has_next_page": true,
"records": {
"from": 0,
"to": 0,
"total": 0
}
},
"data": [
{
"order_number": "string",
"order_type": "string",
"status": "string",
"is_confirmed": true,
"is_packed": true,
"substatus": {
"value": "string",
"label": "string",
"description": "string"
},
"operation_type": {
"name": "string",
"description": "string",
"module": "string",
"can_be_created_by_customer": true
},
"customer": {
"ulid": "string",
"name": "string",
"document": "string"
},
"warehouse": {
"id": 0,
"name": "string",
"code": "string"
},
"channel": {
"id": 0,
"name": "string",
"slug": "string",
"channel": "string",
"channel_label": "string",
"is_active": true,
"description": null,
"metadata": null,
"created_at": "string",
"updated_at": "string"
},
"recipient_address": {
"ulid": "string",
"street": "string",
"number": "string",
"complement": null,
"neighborhood": "string",
"city": "string",
"state": "string",
"zip_code": "string",
"street_type": null,
"street_type_label": null,
"street_side": null,
"street_side_label": null,
"reference": null,
"latitude": null,
"longitude": null,
"type": "string",
"type_label": "string",
"is_main": null
},
"items_summary": {
"total_items": 0,
"total_quantity": 0,
"has_items": true
},
"workflow_status": {
"current_step": 0,
"total_steps": 0,
"progress_percentage": 0
},
"notes": "string",
"created_at": "string",
"created_at_formatted": "string",
"updated_at": "string",
"updated_at_formatted": "string"
}
]
}