List Orders
Query
Restricts the list of returned orders to the ones created after (or on) the provided datetime. This parameter should use the following format yyyy-mm-ddThh:MM (year, month, day, 24-hour and minute) and be expressed in UTC time.
Restricts the list of returned orders to the ones created before (or on) the provided datetime. This parameter should use the following format yyyy-mm-ddThh:MM (year, month, day, 24-hour and minute) and be expressed in UTC time.
Restricts the list of returned orders to the ones whose selected delivery slot lands after (or on) the provided datetime. This parameter should use the following format yyyy-mm-ddThh:MM (year, month, day, 24-hour and minute) and be expressed in UTC time. When this filter is applied, orders that do not have a selected delivery slot (shipped by transporter, for instance) will not be returned. Also, note that a delivery slot is said to land after a given datetime if its slot_start value is later than that datetime.
Restricts the list of returned orders to the ones whose selected delivery slot lands before (or on) the provided datetime. This parameter should use the following format yyyy-mm-ddThh:MM (year, month, day, 24-hour and minute) and be expressed in UTC time. When this filter is applied, orders that do not have a selected delivery slot (shipped by transporter, for instance) will not be returned. Also, note that a delivery slot is said to land before a given datetime if its slot_end value comes before that datetime.
Restricts the list of returned orders to a certain status. To filter several statuses use the following syntax: ?status={STATUS1}&status={STATUS2}
Maximum number of rows to return.
Number of rows to skip.
Comma-separated response fields to include.