Retrieve locations in batches. Locations are returned sorted by last_updated timestamp in ascending order. Prices are not included, to get prices for a given location, use Get location by id. Best practices:

  1. Perform initial FULL PULL by paginating through all locations
  2. Perform regular DELTA PULLS using last_updated parameter to get only updated locations
  3. Use the last_updated value of the last location in the last page as the starting point for next DELTA PULL
  4. Perform periodic FULL PULLS to detect removed locations
  5. Use cursor to resume interrupted pulls
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!