Releases: shoppingflux/php-sdk
Releases · shoppingflux/php-sdk
0.2.6
0.2.5
0.2.4
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
0.2.3
Beta release 0.2.2-beta.1
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.- see readme.md for new instalation instructions
- see http-adapter.md for instructions on creating your own adapter
OrderOperation::[un]acknowledge()
methods parameters have been reordered and cleaned see methods new signatures for more information
Features
Fixes
Beta release 0.2.1-beta.1
Beta release 0.2.0-beta.1
- 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