Version: eXtendPS-SE 1.4.2
Features:
- Added support for the PromoStandards Product Compliance 1.0.0 service
- Please see Product Compliance Service for step-by-step guides on configuration and data preparation for the service
- Added an ability to print a PDF of the PromoStandards Purchase Order service payload. This allows reviewing the payload in case a Sales Order needs to be entered manually. Learn More
- Added support to specify multiple locations on items to be able to link FOB points of different warehouse locations on items for the Pricing and Configuration service. Learn More
- Added a setup option to prevent Kit/Package component items from being returned as parts in the Media Content service. Learn More
Enhancements:
- If an unsupported or incorrect ship method is provided in the PromoStandards Purchase Order service payload it will create the Sales Order without a ship method assigned and log an error. Previously, the Sales Order was not created
- Avoided deco information of entire Matrix items from being returned in the Product Pricing and Configuration response when a request had a specific part filter applied
- Avoided items configured as Product Sellable: false from being returned in the getProductSellable() API call
- Set the default currency to "USD" if no currency is configured on the Invoice 1.0.0 Setup page
- Added a setup option in the Media Content service to configure the maximum number of items returned in the response. Learn More
- Previously, the response was limited to 50 items
- In the Invoice 0.0.1 service, if no invoices are found, an empty array of Invoices will be returned instead of returning an error. An updated sample XML response is below
<?xml version="1.0" encoding="utf-8"?> 2<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tns="http://www.promostandards.org/WSDL/Invoice/1.0.0/" xmlns:ns="http://www.promostandards.org/WSDL/Invoice/1.0.0/SharedObjects/" xmlns:ns1="http://www.codesynthesis.com/xmlns/xsstl"> 3 <soap:Body> 4 <GetInvoicesResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.promostandards.org/WSDL/Invoice/1.0.0/"></GetInvoicesResponse> 5 </soap:Body> 6</soap:Envelope>