curl --request GET \
--url http://localhost:3000/v1/orders/portals{
"portals": [
{
"id": "<string>",
"portal_number": 123,
"name": "<string>",
"is_active": true
}
]
}Returns all active pickup portals for portal selection during customer arrival.
curl --request GET \
--url http://localhost:3000/v1/orders/portals{
"portals": [
{
"id": "<string>",
"portal_number": 123,
"name": "<string>",
"is_active": true
}
]
}List of active portals
Show child attributes