get https://vinoshipper.com/api/v3/p/orders
Search and filter orders for the authenticated producer/winery. Supports filtering by date ranges,
status, shipping class, and custom sorting. Date filtering supports dot notation for nested properties
(e.g., processed.start=2024-01-01&processed.end=2024-12-31).
Example query: /api/v3/p/orders?shipped.start=2024-01-01&shipped.end=2024-12-31&sort[0].field=ORDER_DATE&sort[0].direction=DESC