php-shopify
php-shopify copied to clipboard
PHP SDK for Shopify API
Hello, I'm currently facing an issue to which I haven't found an answer to, it is related to the authentication. I do not get any response when I do an...
I can't update the financial status to Paid... But there is already other information, currently updating normally. What can it be? `$q = $shopify->Order(1159668793395)->put(array("financial_status" => "paid"));` The result is an...
> All the requests returns an array (which can be a single resource array or an array of multiple resources) if succeeded. When no result is expected (for example a...
This is a work in progress and PR is only for draft. This version does not care for BC, so would have to be version 2. * Supports PHP 7.3+...
First of all: Very nice work guys! So far, your code works perfectly 👍 Now I want to create a tracking on an existing fulfillment and I can't figure out...
I am curious as to what is the appropriate nomenclature to place a total tax, total_rate to a storefront. The example provided provides a general update of information. How would...
I need to update the access token with updating scopes. I don't want to do this process on the install process. I already have app installed and I just want...
I have install php-shopify with composer but it seems that autoload.php does not load files properly? require_once('PHPShopify/autoload.php'); $config = array( 'ShopUrl' => $shop . ".myshopify.com", 'ApiKey' => $api_key, 'Password' =>...
Hi, We try to get inventory item details of the product. We get this error "This action requires merchant approval for read_inventory scope". I check permission and we have all...
Hi, i am using this SDK, but get email from shopify Shopify API version 2019-04 Version 2019-04 will be removed on April 1, 2020. Update to version 2019-07 and replace...