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, I'm new to shopify app development and trying to build a shopify app with PHP. Everything worked as explained, but I have things to get clarified, may be very...

Hi Master. How i cant adjust a product stock.?? I tried using the following but its not working for me. $data = [ "price" => round(###,##), "inventory_level" => [ "inventory_item_id"...

Hello there, We are a Shopify Plus store and we want to create gift card programmatically. How can we do that with this framework? I couldn't see any reference for...

Hello! I have a Shopify Custom App and i'm trying to use this library for authentication. Whenever i reach AuthHelper->verifyShopifyRequest() it's always comparing two different values and it will fail...

Hi I want to use this endpoint/schema for fulfilling multiple orders, https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#createV2-2021-04 POST /admin/api/2021-04/fulfillments.json the post body is : ``` { "fulfillment": { "message": "The package was shipped this morning.",...

Hi everybody, I want to update data to my two Shopify stores. But if I changed a config of Shopify SDK, it's not working. Object 1 of store 1 is...

enhancement

Calling the following code causes the API to return the error `address_ids - expected Hash to be a Array` (where `$address_ids` is an associative array of address IDs): ```php $shopify->Customer($id)->Address->set(['address_ids'...

**Error: Notice: Undefined variable: input** $calculatedOrderId = $data['data']['orderEditBegin']['calculatedOrder']['id']; $graphQL = "gid://shopify/ProductVariant/33346521235509", "quantity" => 1 ] ]; $data = $shopify->GraphQL->post($graphQL, null, null, $variables); Also having no joy with the example. Could...

Hi, This is the best shopify package I have ever used,it's great. But now I have a problem The 2020-01 version will become unsupported, [https://www.shopify.com/partners/blog/api-deprecation-update-2021-01](https://www.shopify.com/partners/blog/api-deprecation-update-2021-01) , How can I use...

I keep getting Error 500 with a basic setup. Using a private and and ive enabled all permissions to make sure it wasnt that. `require_once 'vendor/autoload.php'; $config = array( 'ShopUrl'...