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

For better exception handling it would be nice to have a different exception thrown when the Api Key or access token are invalid instead of a generic all purpose ApiException.

enhancement
help wanted

Shopify Api reference > ### Create a new product variant > POST /admin/products/#{product_id}/variants.json > { > "variant": { > "option1": "Yellow", > "price": "1.00" > } > } With this...

question

This API does not supply the order status (open, closed, cancelled) ? I can send this field on the request, but cannot read from response (if i call 'any' on...

Greetings, I'm making a plugin for a couple of stores and I have a Checkout object (CART) and I would like to create a purchase from that Checkout (with a...

How can you create checkout and process payment with this? mutation query keeps failing: Field `checkoutCreate` doesn't exist on type `Mutation`

Hi when i find customer like $customer = $shopify->Customer->search("email:"any email"); than it will give me exception like --------------------------------------------------------------------------------------------------- ErrorException : Undefined index: ApiUrl at /home/ubuntu/sites/staging.api.brewchime.com/vendor/phpclassic/php-shopify/lib/ShopifyResource.php:122 118| $this->id = $id; 119|...

question

Batch create of discount codes currently cannot be done by this SDK. See https://help.shopify.com/en/api/reference/discounts/discountcode#batch_create-2019-07

enhancement
help wanted

Hello Add ProductImage on $resources to add images on product $product_image_info = array( 'src' => $image->link ); $image_shopify = $shopify->ProductImage->post($product_image_info,$shopify->Product->generateUrl(array(),$product_shopify['id']."/images"));

question

Hi, i need to change the scopes that was set at the installation of the app. See the last message https://community.shopify.com/c/Shopify-APIs-SDKs/How-to-add-scope-for-already-exitsing-APP-in-Shopify-iam-getting/m-p/321533 I want to know if the correct code for...

question