Skip to content

Releases: shoppingflux/php-sdk

0.2.6

25 Apr 09:28
169b578
Compare
Choose a tag to compare

Added

  • OrderItem : Adding TaxAmount retrieval #74

0.2.5

11 Mar 14:10
d462e6d
Compare
Choose a tag to compare

Added

  • PricingResource : access to catalog pricing API #69

Fixes

  • Readme fixes #65

0.2.4

16 Oct 09:10
dfada50
Compare
Choose a tag to compare

Features

  • SessionResource::getId() : provides the account id associated to the token #63
  • SessionResource::getRoles() : provides an array of named roles associated to the token #63
  • SessionResource::getLanguageTag() : provides the language tag associate to the token #63
  • AbstractDomainResource::getOne($id) : allow to directly get a resource for the domain #63
  • HalLink::withAddedHref(string $path) : Allow to creates new instance of link with concatenated path #63
  • Allow to add platform information to SDK user agent #62

Fixes

  • InventoryDomain::getByReference() was not checking for NULL resource #63
  • Client::VERSION mismatch with release version #62

0.2.3

20 Sep 10:48
bf25728
Compare
Choose a tag to compare

Features

  • Add store channel API resource #59

Beta release 0.2.2-beta.1

03 Sep 10:02
a3a92a1
Compare
Choose a tag to compare
Pre-release

BC Break

  • Library guzzlehttp/guzzle is no longer a requirement for the SDK to work.
    The SDK supports GuzzleHttp v6 nativly so you can install it or create your own http client adapter to use other librairies.
  • OrderOperation::[un]acknowledge() methods parameters have been reordered and cleaned see methods new signatures for more information

Features

  • Removing Guzzle library dependency #50
  • Adding some order collection filter documentation #55

Fixes

  • Fix behaviour when no inventory is updated when doing an inventory update #52
  • Fix order acknowledge date handling #57

Beta release 0.2.1-beta.1

28 Jun 14:56
6735829
Compare
Choose a tag to compare
Pre-release
  • Add session token getter #45
  • Add order item read from order #47
  • Add channel read from order #47

Beta release 0.2.0-beta.1

07 Jun 12:41
e241693
Compare
Choose a tag to compare
Pre-release
  • Add authentication and session creation
  • Add store retrieval from session
  • Add inventory fetch for a reference #6
  • Add inventory collection fetch #6
  • Add inventory update operation #36
  • Add order status update operation for : acknowledgment, unacknowledgment, acceptance, cancellation, refusal and shipment #35
  • Add fetch order collection #39
  • Add status filtering to order collection fetch #39