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

Make requests to the Shopify API from your Laravel app

Results 17 laravel-shopify issues
Sort by recently updated
recently updated
newest added

It seems PR #27 did not address adding api_version to GraphQL. Submitting this PR to resolve it.

How to work with pagination and display links on page using **paginateOrders()** or others functions.

enhancement
good first issue

Hello Signifly Support, I trust this message finds you well. I've recently integrated the Signifly/Shopify app, and while most functionalities are working smoothly, I'm facing a challenge regarding inventory management....

#The REST Admin API supports a limit of 40 requests per app per store per minute. This allotment replenishes at a rate of 2 requests per second. The rate limit...

Hello Signifly Support, I hope this message finds you well. I recently installed the Signifly/Shopify app, and overall, everything is working well. However, I've encountered a challenge with creating locations...

Shopify is a bit inconsistent with their error responses. In particular: while calling [cancelOrder](https://github.com/signifly/laravel-shopify/blob/master/src/REST/Actions/ManagesOrders.php#L67) I found that they don't return an array of `errors`, but just a single line attribute...

It would be great to have something to allow for uploading of files to the file api. Is there something in the works, or something that I may have missed...

When calling `$this->shopify->updateCustomerAddress(...)`, I would get this error: > Undefined array key "address" As per the [docs](https://shopify.dev/docs/api/admin-rest/2023-04/resources/customer-address#put-customers-customer-id-addresses-address-id), the response has `customer_address` and not `address`, as the code was looking for....

When calling `$this->shopify->adjustInventoryLevel(...)`, I would get this error: > TypeError > > Signifly\Shopify\REST\Resources\ApiResource::__construct(): Argument #1 ($attributes) must be of type array, null given, called in /app/musora-web-platform/vendor/signifly/laravel-shopify/src/REST/Actions/ManagesInventory.php on line 56 After...

errors: array:1 [▼ "base" => array:1 [▼ 0 => "The variant 'Default Title / L' already exists. Please change at least one option value." ] ] message: "The given data...