php-shopify icon indicating copy to clipboard operation
php-shopify copied to clipboard

PHP SDK for Shopify API

Results 119 php-shopify issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to call the getAccessToken function. I've put the function call in a try-and-catch block and got this response: "PHPShopify\Exception\CurlException: Request failed with HTTP Code 400.". What am...

I am unable to update or add products via the shopify API. I can read products fine, and delete products, but updating or adding will not work. This is logged...

This pull-request includes the code changes by @n3o77 to change the ShopifySDK config from a single, shared static config to local for each instance. This allows you to configure multiple...

When reading some docs around the Customer object - I noticed the message above on the Shopify site. Is there any plan to wrap the current implementation to NOT use...

now shopify is reminding of using graphql instead of rest api so this will be automatically cared by your code or we need to write ourself if this is my...

Getting error : CurlException: Request failed with HTTP Code 400. $metafieldv = [ 'namespace' => "custom", 'key' => "ship_time", 'value' => "API updated", 'type' => 'single_line_text_field' ] ; $metafields =...

Hi, We haven't been using this for a while, but now when we're using the order fulfillment method we're getting 406. It used to work just fine before. PHP Fatal...

This PR add more flexibility to the library allowing to use custom HTTP clients, like `Guzzle`. There is also simple `GuzzleAdapter` added so developers don't need to write their own...

I'm currently working on becoming a 3PL to fulfil shopify orders for my clients, our backend is in PHP so I'm interested in using this library. I wanted to see...