Search 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
    
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!