Search Orders

Search Orders.

Returns an array containing the order numbers that match a specific search criteria.

{
    "totalItems": integer,
    "success": boolean,
    "errors": [],
    "results": [
        "string"
    ]
}
{
    "totalItems": 1,
    "success": true,
    "errors": [],
    "results": [
        "23132-0A4D52-A147D"
    ]
}
Language
Click Try It! to start a request and see the response here!