1.5.0 released
over 4 years ago by Robert Ho
- The orders resource will now include deliver_by_date and ship_by date fields. If the orders have a deliver by date, the field will contain an array of dates that the order items will be delivered by. Similarly, If the orders have a ship by date, the field will contain an array of dates that the order items will be shipped by.
- The Fulfillments endpoint will now accept "page" and "limit" query parameters to paginate fulfillment results
Changelog
- added: deliver_by_date to orders resource
- added: ship_by_date to orders resource
- improved: Fulfillments endpoint pagination