View a bundle's history
Request
To view a bundle's history, send a GET request to:
http://<host>:<port>/commercial/v1/bundlehistory/{bundleId}
Mandatory fields (in URL)
-
bundleId
– the ID of the bundle
Response
A successful request returns an HTTP 200 status. The body of the response contains all the revisions to the bundle.
A request to view the history of a bundle that does not exist returns an HTTP 404 status.
See also
For full details of this API, see Orders API documentation.