Skip to content

Releases: cloudblue/connect-php-sdk

17.4

13 Sep 13:37
0fb00eb
Compare
Choose a tag to compare

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

12 Sep 09:18
7359aa9
Compare
Choose a tag to compare

BugFix release
Small update to include Items and Marketplaces on Configurations Model.

17.2

10 Sep 11:26
9e6d8fd
Compare
Choose a tag to compare

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

02 Sep 15:54
26785bd
Compare
Choose a tag to compare

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

28 Aug 14:16
35ad26d
Compare
Choose a tag to compare

Version 17 of PHP SDK has support for:

  • Updated Models
  • Directory Module
  • Product API Endpoint (for providers)

Bug Fix

07 Jun 08:37
7eb8b72
Compare
Choose a tag to compare

Fixed issue on how jsons are parsed to connect

16.2

29 May 09:16
36c77b9
Compare
Choose a tag to compare
  • Fix for Usage File Model

16.1

30 Apr 18:06
a9e0d82
Compare
Choose a tag to compare

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

30 Apr 18:05
b88dd69
Compare
Choose a tag to compare

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

23 Apr 12:17
797965f
Compare
Choose a tag to compare

Small refactor that introduces new serviceProviders with backwards compatibility support