Skip to content

Releases: zf-fr/zfr-shopify

2.2.4

14 Apr 08:17
2.2.4
Compare
Choose a tag to compare
  • Allow to pass metafield_namespaces when creating or updating webhooks.

2.2.3

13 Apr 15:49
2.2.3
Compare
Choose a tag to compare
  • Add an UpdateOrder endpoint

2.2.2

13 Apr 15:48
2.2.2
Compare
Choose a tag to compare
  • Retry in case of 5XX response.

2.2.1

02 Mar 17:14
2.2.1
Compare
Choose a tag to compare
  • Simplified the UpdateProductVariant by no longer needing the product ID (variant ID is enough).

2.2.0

07 Feb 20:08
2.2.0
Compare
Choose a tag to compare
  • Add customer endpoints.

2.1.2

26 Jan 11:31
2.1.2
Compare
Choose a tag to compare
  • Add a name filter for the getOrders endpoint that allows to filter by order number.

2.1.1

10 Jan 15:19
2.1.1
Compare
Choose a tag to compare
  • Fix a bug in the createCustomCollection and createSmartCollection endpoints that prevented to use them.
  • Update the semantic of the Guzzle service description to more closely reflect the nature of some properties.

2.1.0

09 Jan 08:45
2.1.0
Compare
Choose a tag to compare
  • Add new getCommand, execute and executeAll methods which proxy to Guzzle client equivalent methods and allow more advanced use cases such as executing multiple commands concurrently.

2.0.0

06 Jan 09:26
2.0.0
Compare
Choose a tag to compare
  • Update dependencies to use the more recent Guzzle 6 service
  • Improve iterators performance by using generators
  • Add a basic retry policy for better resiliency against Shopify API rate limits
  • Removing the ability to alter a client using setters. A client is now immutable ; you need to create a new one if you need it configured with
    a different set of data.

1.5.0

01 Oct 12:40
1.5.0
Compare
Choose a tag to compare