Skip to main content
GET
/
api
/
packing-station
/
{packing_station_uuid}
/
status
Get aggregated product status for a packing station
curl --request GET \
  --url https://app.buylo.ai/api/packing-station/{packing_station_uuid}/status \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "product_id": "ABC123",
      "total_epcs": 3,
      "unique_items": 3,
      "epc_hashes": [
        "8aaedfc3559d0ce545ca55bcea31aad2",
        "2b1c7f8c2aab4e33a5e09a2d77f3b611"
      ],
      "product_name": {
        "en": "Brazil Santos Coffee",
        "cs": "Brazilská káva Santos"
      },
      "product_ean": "8594056780017"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

packing_station_uuid
string
required

UUID of the packing station

Response

Aggregated product status from all antennas on the packing station

data
object[]
required