Skip to main content
GET
/
v1
/
receiving
/
manifests
List manifests available for receiving
curl --request GET \
  --url http://localhost:3000/v1/receiving/manifests
{
  "manifests": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "taxonomy_id": "<string>",
      "manifest_number": 123,
      "partner_name": "<string>",
      "status": "<string>",
      "expected_delivery_date": "<string>",
      "total_items": 123,
      "total_expected_quantity": 123,
      "total_received_quantity": 123,
      "receive_progress": 123
    }
  ],
  "total": 123
}

Query Parameters

status
enum<string>
default:all

Filter by manifest status. Defaults to manifests ready for receiving.

Available options:
approved,
in_transit,
all

Response

List of manifests

manifests
object[]
required
total
integer
required