Change log for ShipmentPublicService
Changes between 1_17 and 1_18
Added methods in ShipmentPublicService
- changeShipmentMode
- getShipments
- listShipmentsByCriteria
Added Parameters in getAvailableShipmentModesWithProducts
Added fields in ShipmentModeDetailedData
- allowedForDocuments
- allowedForTickets
- easySwitchTargetShipmentModeData
- totalShipmentFee
Changes between 1_16 and 1_17
Added methods in ShipmentPublicService
- getAvailableShipmentModesByContactAddressId
- getAvailableShipmentModesWithProducts
Removed methods from ShipmentPublicService
Added fields in ShipmentData
- collectionDateTime
- operationIds
- strCollectionDateTime
Added fields in ShipmentFeeData
Added fields in ShipmentModeDetailedData
- baseShipmentFee
- collectionDateRequired
- collectionEndDate
- collectionStartDate
- externalName : 60 characters max for each translation
- maxTimeToPerformanceInDays
- productIds
- publicDescription
- rank
- shipmentFeeProductDataMap
Added fields in ShipmentRequestData
- collectionDate
- operationIds
Added fields in TicketData
- ticketKind
- ticketPrintingMode
Removed fields from ShipmentRequestData
Changes between 1_15 and 1_16
Added fields in ShipmentData
- originalContactAddressId : The original contact address corresponding to the denormalized address
Changes between 1_14 and 1_15
Added methods in ShipmentPublicService
Changes between 1_13 and 1_14
Changes between 1_12 and 1_13
Added Parameters in getAvailableShipmentModes
- productFamilyIds : optional parameter, if defined filter shipment modes based on the order content, but for only given
product families in the order; the following filters are applied:
- if mail shipments are available in the sales channel, only the ones with valid delivery times will
be returned;
- if print@home shipment mode is available, will check that the order content allow it;
- If vending machine shipment mode is available, will check that the order content allow it;
- if the order amount is greater than or equal to the shipment mode shipping fee "free from amount"
value, then the shipping fee for the shipment mode is set to 0.
Changes between 1_10 and 1_12
Added fields in ShipmentData
Changes between 1_9 and 1_10
Added methods in ShipmentPublicService
- getShipmentsForOrderWithGranularity
Added fields in DocumentData
Added fields in ShipmentRequestData
Removed fields from ContactAddressData
Changes between 1_7 and 1_9
Added fields in ContactAddressData