Performs save of reconfiguration data in the context of transaction for a particular product.

post

/ccstore/v1/cpq/configurations/saveReconfiguration

This endpoint performs saving of reconfiguration data to cart in the context of transaction

Request

Supported Media Types
Body ()
Root Schema : SaveReconfigurationRequestBody
Type: object
Show Source
Example:
{
    "cart":{
        "id":"o123",
        "items":[
            {
                "id":"ci40000411"
            }
        ]
    }
}
Nested Schema : cart
Type: object
Show Source
Nested Schema : items
Type: array
Items in the cart
Show Source
Nested Schema : items
Type: object
Show Source
  • The commerce item id of the item that is reconfigured
Back to Top

Response

Supported Media Types

200 Response

Body ()
Root Schema : SaveReconfigurationResponse
Example:
{
    "orderId":"o350411",
    "links":[
        {
            "rel":"self",
            "href":"http://localhost:8080/ccstore/v1/cpq/configurations/saveReconfiguration"
        }
    ]
}

400 Response

Bad request input data
Body ()
Root Schema : Error
Type: object
Show Source
Back to Top