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

Hello, @ricog @n3o77 @hmaesta @lhilton @whobutsb , and @all Can you please help me to create a recurring application charge? Any example will help to understand. Thanks

I get this error in shopify partners dashboard: force_ssl was removed from REST API Shop

When I need to update Metefiled under Collection I get some errors (Child Resource Metafield is not available for Collection) ![image](https://user-images.githubusercontent.com/17509915/175044819-0de7480e-7917-4a89-b0f4-8375e153bcb9.png)

There seems to be a limitation with the current location based inventory management. Up to API version 2010-10 there is no efficient way (eg.:GraphQL) to update inventory for multiple variations/products...

I have using the private app in shopify admin to fetch the product results in PHP. Totally 278 products is there. global $config; $shopify = new PHPShopify\ShopifySDK( $config ); $params...

Hi, I'm trying to show all the products of my shop, the limit is 250 products and in the store there are 800+ products, via API there's the pagination method...

Is there a way to update the price of a product variant? I've tried multiple ways but nothing seems to work.. `$variantInfo = array( "variant" => array( "price" => "200"...

Prerequisite: we want to write a non public "private app" The exception in HttpRequestGraphQL.php:44 is triggered if you try to use a graphql qery with a the usual private app's...

Shopify is returning the error "email - has already been taken" when is successfully creates a new customer record with an email not in use for an existing customer account....

I'm trying to search through all customers in a store which has a lot of customers and want to exclude those with no email address. If I search using a...