reducing number of bundles fetched
This commit is contained in:
@@ -46,7 +46,7 @@ public class ProviderService {
|
||||
headers.setBearerAuth(token);
|
||||
|
||||
LinkedHashMap response = this.restService.getAs(
|
||||
aggregatorUrl + "/merchant/aggregation/products?size=100&clientUid=" + providerId.toString(),
|
||||
aggregatorUrl + "/merchant/aggregation/products?size=20&clientUid=" + providerId.toString(),
|
||||
headers,
|
||||
LinkedHashMap.class
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user