curl --request GET \
--url http://localhost:3000/v1/partner/reorder-requests{
"requests": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"partner_brand_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"partner_company_name": "<string>",
"status": "pending",
"requested_at": "2023-11-07T05:31:56Z",
"expires_at": "2023-11-07T05:31:56Z",
"total_items": 123,
"total_requested_quantity": 123,
"is_auto_generated": true,
"days_until_expiry": 123
}
],
"total": 123
}Returns a paginated list of reorder requests for this partner brand.
curl --request GET \
--url http://localhost:3000/v1/partner/reorder-requests{
"requests": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"partner_brand_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"partner_company_name": "<string>",
"status": "pending",
"requested_at": "2023-11-07T05:31:56Z",
"expires_at": "2023-11-07T05:31:56Z",
"total_items": 123,
"total_requested_quantity": 123,
"is_auto_generated": true,
"days_until_expiry": 123
}
],
"total": 123
}1 <= x <= 100x >= 0all, pending, accepted, rejected, expired, cancelled