Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:3000/v1/partner/sales
{ "sales": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "product_name": "<string>", "quantity_sold": 123, "sale_price": 123, "commission_rate": 123, "commission_amount": 123, "net_to_partner": 123, "sold_at": "2023-11-07T05:31:56Z" } ], "total": 123, "summary": { "total_revenue": 123, "total_commission": 123, "net_to_partner": 123 } }
Returns a paginated list of consignment sales with optional period filtering.
1 <= x <= 100
x >= 0
Sales list
Show child attributes