Releases: cloudblue/connect-php-sdk
17.4
Now is possible to use getParameterByID in scope of: Configuration, item.
Thanks to this method now developers can use configuration parameters in easy way and obtain them in easy manner, for example:
$request->asset->configuration->getParameterByID(product_configuration)->value;
($request->asset->getItemByMPN(MPN-A))->getParameterByID(item_per_marketplace)->value;
$request->asset->getParameterByID(fulfillment_param_b)->value;
17.3
BugFix release
Small update to include Items and Marketplaces on Configurations Model.
17.2
2 new methods for product object has been added
getTemplates returns list of all templates associated with product
getProductConfigurations allows to get configurations attached to it using per product parameters, optionally RQL can be used to filter
17.1
BugFix release:
- Added RQL Library used by filters in Directory Module. Please note that Connect will be moving to RQL and SDK will also support that, please think to start using RQL
17.0
Version 17 of PHP SDK has support for:
- Updated Models
- Directory Module
- Product API Endpoint (for providers)
Bug Fix
Fixed issue on how jsons are parsed to connect
16.2
- Fix for Usage File Model
16.1
New Features
-
Processor automatically adds notes messages for the Skip, Inquire, Approve and Fail operations. Messages were designed to allow operators of the Vendor account to monitor status and diagnose issues of the fulfillment process directly in the Connect UI. Please note that notes could also be seen by Provider staff too for easy tracking of request status and issues.
-
Split Usage, Fulfillment and TierConfiguration into separate services to simplify modularity of the SDK. Compatibility 'magic' shortcuts (like listRequests) are still supported, but we strongly recommend to start using new services directly (like $request->fulfillment->METHOD instead of the $request->method). Compatibility links will be removed from the SDK in Connect PHP SDK v18.
-
New properties were added to the SDK for processors as a reflection of the fulfillment API changes (item period, item description, etc).
16.0
New Features
-
Processor automatically adds notes messages for the Skip, Inquire, Approve and Fail operations. Messages were designed to allow operators of the Vendor account to monitor status and diagnose issues of the fulfillment process directly in the Connect UI. Please note that notes could also be seen by Provider staff too for easy tracking of request status and issues.
-
Split Usage, Fulfillment and TierConfiguration into separate services to simplify modularity of the SDK. Compatibility 'magic' shortcuts (like listRequests) are still supported, but we strongly recommend to start using new services directly (like $request->fulfillment->METHOD instead of the $request->method). Compatibility links will be removed from the SDK in Connect PHP SDK v18.
-
New properties were added to the SDK for processors as a reflection of the fulfillment API changes (item period, item description, etc).
15.5
Small refactor that introduces new serviceProviders with backwards compatibility support