Skip to content

Resolve "Move some paramters from path param to query param in the shipment endpoints"

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

Old vs new version: image

Edited by Alejandro De Maria Antolinos

Merge request reports

Loading