Allows to change count of warehouses that will be loaded from API per one request while warehouse data updating.
Example of usage:
add_filter('wcus_api_warehouse_limit', function ($limit) { // Default value of $limit is 2000 return 500; });
Default value is 2000