Skip to content

Releases: phpclassic/php-shopify

v1.1.0

10 Jun 17:54
b00e01c
Compare
Choose a tag to compare

GraphQL - The Journey towards the Future

The GraphQL Admin API is a GraphQL-based alternative to the REST-based Admin API, and makes the functionality of the Shopify admin available at a single GraphQL endpoint.

  • This build adds a simple implementation to use GraphQL from this SDK.
  • You need to build the GraphQL yourself and send it using this SDK.
  • You can use Shopify GraphQL Explorer to build your GraphQL
  • See the documentation (README.md) for guidance on it.

v1.1.0-beta

30 May 10:59
Compare
Choose a tag to compare
v1.1.0-beta Pre-release
Pre-release

GraphQL - Into The Future

The GraphQL Admin API is a GraphQL-based alternative to the REST-based Admin API, and makes the functionality of the Shopify admin available at a single GraphQL endpoint.

See the README to know how to use this feature from this SDK.

v1.0.6

23 May 15:17
Compare
Choose a tag to compare

Additions:

  • Customer - Send invite (custom action)

Fixes:

  • Api Versioning breaks app install - Page not found #85

v1.0.5

22 May 16:52
Compare
Choose a tag to compare

Additions:

  • API Versioning - Default to 2019-04. Can be customized by $config array key ApiVersion.

Fixes:

  • Fix new resource rate limit issue #56, #81
  • Get all orders of customer #78
  • Get Location -> inventory levels #58
  • Product Variant search enabled #42
  • Api Versioning #79

v1.0.4

21 May 10:52
e9fbdbc
Compare
Choose a tag to compare

Merged PRs:

Fixed PriceRule propertyRead from the main SDK#52

Add User-Agent header to CURL requests #55

Update ApplicationCharge.php #76

v1.0.3

28 Aug 08:11
d3c7f3b
Compare
Choose a tag to compare

Pull Requests Merged

  • Added optional $redirect parameter to createAuthRequest() method (#44)
  • Add SmartCollection Metafield child resource (#43)
  • Added the Report resource (#34)
  • Fixed docblock declarations (#33)
  • PriceRules and Discounts resources added (#27)

Issues Fixed

  • PriceRule (#9)
  • SmartCollection Metafields (#40)

v1.0.2

02 Jun 08:07
Compare
Choose a tag to compare

Pull Requests merged:

  • Added $state and $options parameters to $authUrl
  • Better approach to leaky bucket rate limit
  • Support InventoryItem and InventoryLevel

Issues Fixed:

  • Example on the ReadMe to update order status is incorrect
  • Can't get article metafields
  • The ProductListing resource is not available

v1.0.1

27 Aug 15:18
Compare
Choose a tag to compare

Product Variant also can be accessed directly instead of as a child of Product.

First Official Release

11 Sep 14:06
Compare
Choose a tag to compare
v1.0.0

Install with Composer

Version 1.0.0 Release Candidate

27 Aug 11:12
Compare
Choose a tag to compare
v1.0.0-rc

Bullet list for examples