afnan125

Results 3 comments of afnan125

Try phpclassic/php-shopify which is easier and better. You can have more control over the installation process.

Thanks @sarmadmakhdoom this really worked

try using ProductVariant(). $variantInfo = array( "price" => "200" ); $shopify->ProductVariant($variantId)->put($pvariantInfo);