List
Lists all of a single user’s orders.
Authentication
Query parameters
Customer ID (only available in API user scope)
Order’s place date exact match (yyyy-mm-dd)
Order’s place date later or equal than parameter (yyyy-mm-dd)
Order’s place date sooner or equal than parameter (yyyy-mm-dd)
Orders whose created date matches exactly (yyyy-mm-dd)
Orders whose created datetime is greater than or equal to the given datetime (yyyy-mm-dd or yyyy-mm-ddThh:mm:ss)
Orders whose created datetime is less than or equal to the given datetime (yyyy-mm-dd or yyyy-mm-ddThh:mm:ss)
Orders whose updated date matches exactly (yyyy-mm-dd). On order creation it is populated with same value as created field.
Orders whose updated datetime is greater than or equal to the given datetime (yyyy-mm-dd or yyyy-mm-ddThh:mm:ss)
Orders whose updated datetime is less than or equal to the given datetime (yyyy-mm-dd or yyyy-mm-ddThh:mm:ss)
If true, each order object in the response includes a has_plan field indicating whether that order contains at least one product with product_type=plan