Netto Passaro
Netto Passaro
@tareqtms I'm getting the exactly same problem... My code: ``` $config = array( 'ShopUrl' => $this->shop_url, 'ApiKey' => $this->api_key, 'Password' => $this->password ); ShopifySDK::config($config); $shopify = new ShopifySDK($config); $putArray =...
@tareqtms i figured out what im doing wrong... ``` $putArray = array('option1' => 'Yellow', 'price' => '1.00'); $shopify->Product(4368899801181)->Variant->post($putArray); ``` That works perfectly... @salvobunetto
@devfilsk Conseguiu contornar o problema?
Olá @pleiadess , Eu não tinha fechado... ou se fechei, foi sem intenção. Obrigado, já reabri. Abraços.