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

I am not yet able to adapt to the SDK method. May I know if there are any documents available for me to check or who can tell me about...

! I'm trying to get all the fulfilled orders, for that I created this function: ``` public function getOrders($status = null, $financialStatus = null, $since = null, $limit = 250)...

I need to access some GraphQL queries that are used from inside the Shopify Admin but that aren't yet exposed in the public APIs. Is there any way to do...

namespace app\api\controller; use commonfunctions\src\Commonfunctions; use think\Controller; use app\api\controller\Baiduimages; use app\api\controller\Spapi; use PHPShopify\ShopifySDK; class Shopify extends Controller { protected function _initialize(){ $commonfunctions= new Commonfunctions; $Baiduimages= new Baiduimages; $Spapi= new Spapi; }...

I can't find a way to create companies automatically via API for a B2B store, any ideas ?

Hi there! You had sent an email about a year ago requesting that I merge things in with the main repo, so here it is! Let me know if you...

Hi! I have an app made in php and it no longer allows me to fulfill orders, this is giving me a 404 error. this is what i have function...

Greetings, I am not able to locate any support for handling CancellationRequests ([API](https://shopify.dev/docs/api/admin-rest/2023-07/resources/cancellationrequest)). Is there existing support? I want to be sure I'm not missing it somewhere before I put...

Update to Fulfillment order to handle the new 'CancellationRequest' resource.

Adding support Cancellation requests. Copied the same format of FulfillmentRequest just added different key.