Skip to main content
GET
/
v1
/
scanner
/
carts
List carts
curl --request GET \
  --url http://localhost:3000/v1/scanner/carts
{
  "carts": [
    {
      "id": "<string>",
      "display_id": "<string>",
      "label": "<string>",
      "type": "order",
      "color": "<string>",
      "animal": "<string>",
      "location": "<string>",
      "order_id": "<string>",
      "active_tote_id": "<string>",
      "totes": [
        "<string>"
      ],
      "tote_count": 123,
      "created_at": "<string>",
      "updated_at": "<string>"
    }
  ],
  "total": 123
}

Query Parameters

location
string

Filter by location

Example:

"picking"

available
string

Filter for available carts (true/false)

Example:

"true"

Response

200 - application/json

List of carts

carts
object[]
required
total
number
required