OpenTV ENTera & OpenTV Platform Documentation

Archive a bundle of products

Request

To archive a bundle of products, send a POST request to:

http://<host>:<port>/commercial/v1/bundles/{bundleId}/actions/archive

Mandatory fields (in URL)

  •   bundleId – the ID of the bundle to be archived

Response

A successful request returns an HTTP 204 status.

A bad request returns an HTTP 400 status.

A request to archive a bundle that does not exist returns an HTTP 404 status.

See also

For full details of this API, see Orders API documentation.