You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecate Products and Variants (#181)
* Deprecate Products and Variants
* removed functions which were using legacy shopify endpoints
* Updated default api version to 2025-01
Deprecate Products and Variants (#181)
* Deprecate Products and Variants
* removed functions which were using legacy shopify endpoints
* Updated default api version to 2025-01
To increase compatibility, updating dependencies to new versions (#176)
* Adding new versions of `illuminate/support` to increase compatability and support
Fixing Clear Cart Api call (#175)
Fixing Clear Cart Api call
* As per the recent changes in shopify, they don't expect any http body or content length for the clear cart api call, passing empty array is causing content length to mismatch on this endpoint