Resolve "Move some paramters from path param to query param in the shipment endpoints"
requested to merge 586-move-some-paramters-from-path-param-to-query-param-in-the-shipment-endpoints into master
Closes #586 (closed)
To be deployed with: !673 (comment 330426) and E-DataPortal!720 (merged)
@gaonach @bodin WARNING BREAKING CHANGES
Mainly this endpoint:
/tracking/:sessionId/shipment/id/:shipmentId
is now:
/tracking/:sessionId/shipment?shipmentId=${shipmentId}
The difference is it always returns a list despite its predecesor that returned a object
Edited by Alejandro De Maria Antolinos