curl --request GET \
--url http://localhost:3000/v1/partner/manifests{
"manifests": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"taxonomy_id": "<string>",
"manifest_number": 123,
"status": "draft",
"expected_delivery_date": "<string>",
"total_items": 123,
"total_expected_quantity": 123,
"total_received_quantity": 123,
"created_at": "2023-11-07T05:31:56Z"
}
],
"total": 123
}Returns a paginated list of manifests for this partner brand.
curl --request GET \
--url http://localhost:3000/v1/partner/manifests{
"manifests": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"taxonomy_id": "<string>",
"manifest_number": 123,
"status": "draft",
"expected_delivery_date": "<string>",
"total_items": 123,
"total_expected_quantity": 123,
"total_received_quantity": 123,
"created_at": "2023-11-07T05:31:56Z"
}
],
"total": 123
}1 <= x <= 100x >= 0all, draft, pending_brand_approval, approved, in_transit, received, partially_received, cancelled