Skip to main content

GetCartInsuranceResponse

Response containing the insurance of a cart.

cartIdinteger<int32>required

Cart identifier (SOAP: ID_FlagGroup).

insurance objectrequired

The insurance flagged on a cart. SOAP equivalent: ACPO_AllocInsurance.

insuranceIdinteger<int32>required

Insurance generic identifier (SOAP: ID_Insurance).

namestringnullable

Insurance name (SOAP: Name).

amountnumber<double>required

Insurance amount (SOAP: Amount).

GetCartInsuranceResponse
{
"cartId": 0,
"insurance": {
"insuranceId": 0,
"name": "string",
"amount": 0
}
}