Skip to main content

Releases (de-flags) the insurance flagged on a cart.

POST 

/api/v1/cart/removeInsurances

SOAP Equivalent: ACP_ReleaseInsurrance (→ WSM_ReleaseInsurrance).

Switches the insurance product row to INSURRANCE_KO. When the cart holds no insurance, error code 10514 is returned (HTTP 404). The legacy input guard 10602 (missing cart / insurance id) is enforced by request validation (HTTP 422).

SOAP to REST Field Mapping

REST FieldSOAP FieldNotes
cartIdidFlagGroupCart identifier
insuranceIdinsurance.ID_InsuranceRequired by the legacy guard
removedbresulttrue when the insurance was released

Request

Responses

OK