Exporting Dropshipments
Last update: 2 years ago by luigi mangaReading time: 2 min
Onport makes it possible to export Dropshipments to a CSV file sent via email. This can be carried out from Onport's UI or by making the following GET request:
GET https://api.jetti.io/api/companies/:id/export-dropshipments.json?where%5Bcreated_at%5D%5B%24gte%5D=2021-07-31T22%3A00%3A00Z&where%5Bcreated_at%5D%5B%24lte%5D=2021-10-26T21%3A59%3A59Z'
The above querystring makes it possible to optionally filter by date range, by using the where%5Bcreated_at%5D%5B%24lte%5D
and where%5Bcreated_at%5D%5B%24gte%5D
parameters.