This extension extends the v2 API for integration with NewHaven Software's Commerce Management System (CMS).
Adds the following to the v2 API:
cmsapiChecknhsInstalled: To verify this extension has been added to the API
cmsapiCustomFields: This API call is used to get order level data based on the fields entered in System Configuration that may not be published in the v2 API
cmsapiGiftMessageInfo: This API call is used to gain access to the "To" and "From" fields used in gift messages
Extend catalogProductCreate: to allow the passing of additional productdata fields: configurable_products and configurable_attributes (structure documented in the wsdl)
Extend salesProductInfo: for items the product_options property was changed to json (from serialized php). This is required for downloading orders containing configurable products
This extension is required for integration with the CMS eCMS module.
Releases (13)
Date | Version | Notes |
---|---|---|
2015-12-16 | 9.0.1.13 | 9.0.1.13 02/03/2015 9.0.1.12 01/20/2014 9.0.1.11 01/08/2014 |
2014-08-28 | 9.0.1.12 | 9.0.1.12 01/20/2014 9.0.1.11 01/08/2014 9.0.1.10 11/12/2013 |
2014-01-08 | 9.0.1.11 | 9.0.1.11 01/08/2014 9.0.1.10 11/12/2013 9.0.1.9 10/14/2013 |
2013-11-25 | 9.0.1.10 | 9.0.1.10 11/12/2013 9.0.1.9 10/14/2013 9.0.1.8 09/18/2013 |
2013-10-14 | 9.0.1.9 | 9.0.1.9 10/14/2013 9.0.1.8 09/18/2013 9.0.1.7 |
2013-09-18 | 9.0.1.8 | 9.0.1.8
9.0.1.7
9.0.1.6
9.0.1.5
9.0.1.4
In addition to a comma delimited list of order fields. You can now add name=value in the Custom Fields list. These will be sent with every order. In CMS add a matching custom field plug-in option:
If no mapping plug-in option is found, the values will appear in the order notes. 9.0.1.3
9.0.1.2
9.0.1.1
Added configuration option "NewHaven Software Settings" to the Services tab of System>Configuration. This provides the custom fields setting. Enter a comma delimited list of order level attributes that may be custom and not available in the v2 API. |
2013-08-28 | 9.0.1.7 | 9.0.1.7
9.0.1.6
9.0.1.5
9.0.1.4
In addition to a comma delimited list of order fields. You can now add name=value in the Custom Fields list. These will be sent with every order. In CMS add a matching custom field plug-in option:
If no mapping plug-in option is found, the values will appear in the order notes. 9.0.1.3
9.0.1.2
9.0.1.1
Added configuration option "NewHaven Software Settings" to the Services tab of System>Configuration. This provides the custom fields setting. Enter a comma delimited list of order level attributes that may be custom and not available in the v2 API. |
2013-08-12 | 9.0.1.6 | 9.0.1.6
9.0.1.5
9.0.1.4
In addition to a comma delimited list of order fields. You can now add name=value in the Custom Fields list. These will be sent with every order. In CMS add a matching custom field plug-in option:
If no mapping plug-in option is found, the values will appear in the order notes. 9.0.1.3
9.0.1.2
9.0.1.1
Added configuration option "NewHaven Software Settings" to the Services tab of System>Configuration. This provides the custom fields setting. Enter a comma delimited list of order level attributes that may be custom and not available in the v2 API. |
2013-08-12 | 9.0.1.5 | Added support for Amasty Order Attributes to custom fields |
2013-06-28 | 9.0.1.4 | Removed unneeded module dependency. Added the ability to set global custom_field values. In addition to a comma delimited list of order fields. You can now add name=value in the Custom Fields list. These will be sent with every order. In CMS add a matching custom field plug-in option:
If no mapping plug-in option is found, the values will appear in the order notes. |
2013-03-13 | 9.0.1.3 | changed module dependency to Mage_Api |
2013-03-08 | 9.0.1.2 | Added app/etc/modules/NewHavenSoftware_CMSAPI.xml file to enable the extension. |
2013-03-08 | 9.0.1.1 | Added cmsapiCustomFields to the v2 API. This API call is used to get order level data based on the fields entered in System Configuration Added configuration option "NewHaven Software Settings" to the Services tab of System>Configuration. This provides the custom fields setting. Enter a comma delimited list of order level attributes that may be custom and not available in the v2 API. |