Ben Weidenhofer
Results
2
comments of
Ben Weidenhofer
Hi, this is how I do it: Get the inventory level: ``` $shopify = new PHPShopify\ShopifySDK; function getInventoryLevel($productID = '', $variantID = '') { global $shopify; // Get the variant...
> > > This is just to track progress towards getting the new pagination working. Pagination is quite easy, this works for me, it may help you: ```php ```