Modify subscription products

post

/ccstore/v1/selfservice/subscriptionProducts/modify

Modify the specified subscription products

Request

Supported Media Types
Body ()
Request payload to modify subscription products
Root Schema : modifySubscriptionProductsRequest
Type: object
Show Source
Example:
{
    "cart":{
        "items":[
            {
                "reason":"Reason for modification",
                "quantity":1,
                "ratePlanId":"planB",
                "comment":"Comment for modification",
                "rootAssetKey":"abo_6da32e86-02be-487b-8e41-c4494a46e34c14",
                "effectiveDate":"2025-07-27"
            },
            {
                "reason":"Reason for modification",
                "quantity":1,
                "ratePlanId":"planC",
                "comment":"Comment for modification",
                "rootAssetKey":"abo_6da32e86-02be-487b-8e41-c4494a46e34c15",
                "effectiveDate":"2025-07-27"
            }
        ]
    }
}
Nested Schema : cart
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : subscriptionProductModifyRequestItem
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful response
Body ()
Root Schema : modifySubscriptionProductsResponse
Type: object
Show Source
Example Response (application/json)
{
    "orderId":"o31245",
    "transactionId":"21275813"
}

400 Response

Bad request

500 Response

Internal server error
Back to Top