Upon installing the sdk. it does not appear to be working.. i am sure i installed in wrong..just dont know what i did..
just trying to get inventory count it now i cant even find the class
Fatal error: Uncaught Error: Class 'Square\Models\BatchRetrieveInventoryCountsRequest' not found in /Applications/AMPPS/www/inventorycount.php:37 Stack trace: #0 {main} thrown in /Applications/AMPPS/www/inventorycount.php on line 37
Have you had a chance to align with our documentation to make sure you haven't missed a step, @donnieK?
This technical reference and our Get Started guide should get you where you need to be! In the meantime, I'll drop this question by our API specialists to see if they have any insight they can provide to point you in the right direction here.
Update from our API specialists, @donnieK ~ if you used Composer (which we recommend), you should be able to do:
require 'vendor/autoload.php';
use Square\Models\BatchRetrieveInventoryCountsRequest; ...
Square Community
Square Products