Php Shopify Versions Save

PHP SDK for Shopify API

v1.1.5

4 years ago

Features / Fixes:

  • Added last http code as exception code #133
  • Add support for handling cursor pagination in API 2019-07+ #134 #136

v1.1.4

4 years ago

Fixes:

  • Add parameter $variables to the GraphQL::post() #109
  • Typo fix #124
  • Reset config to it's initial values #129

v1.1.3

4 years ago

Fixes:

  • Added DraftOrder basics #106
  • Updated readme. Using graphql with private apps. #96
  • Remove credentials #103
  • DiscountCode 'lookup' not available? #107

v1.1.2

5 years ago

Bug Fix

  • Currency resource was not added properly.

v1.1.1

5 years ago

Bug Fixes

  • ProductListing resource added #17
  • Replace http_build_query with custom function #47

v1.1.0

5 years ago

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

5 years ago

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

5 years ago

Additions:

  • Customer - Send invite (custom action)

Fixes:

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

v1.0.5

5 years ago

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

5 years ago

Merged PRs:

Fixed PriceRule propertyRead from the main SDK#52

Add User-Agent header to CURL requests #55

Update ApplicationCharge.php #76