No content to show
User Activity
Thank you So much @Liam . I fighured out and now code is working. if anyone want to understand and check the solutions here it is$productData = [
'title' => 'Test Title',
'body_html' => 'This is demo descriptions',
...
I am getting issues with product options and variants <?php
// Include the PHPShopifySDK
require_once('phpLibrary/vendor/autoload.php');
// Connect Shop to App
$config = array(
'ShopUrl' => 'dightinfotech.myshopify.com',
...