accept list of serviceId in services/getAvailability and rates/getPricing
Both services/getAvailability and rates/getPricing support one single ServiceId parameter.
Extending them to support multiple ServiceIds would lower number of API calls and help to minimize 429 error. Too many requests, when the limits are "used"
5
votes
Lukasz Baszak
shared this idea
-
Lukasz Baszak commented
rates/getPricing supports only 1 rateId (not the serviceId, as mentioned before). But the same principle. Replacing the rateId with list of rateIds or adding list of services (returning all prices for rates that the service has) would limit the number of calls