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
- application/json
Root Schema : SaveReconfigurationRequestBody
Type:
Show Source
objectExample:
{
"cart":{
"id":"o123",
"items":[
{
"id":"ci40000411"
}
]
}
}Nested Schema : cart
Type:
Show Source
object-
id:
string
Order Id that contains the item to be reconfigured
-
items:
array items
Items in the cart
Nested Schema : items
Type:
Show Source
object-
id:
string
The commerce item id of the item that is reconfigured
Response
Supported Media Types
- application/json
200 Response
Root Schema : SaveReconfigurationResponse
Example:
{
"orderId":"o350411",
"links":[
{
"rel":"self",
"href":"http://localhost:8080/ccstore/v1/cpq/configurations/saveReconfiguration"
}
]
}400 Response
Bad request input data
Root Schema : Error
Type:
Show Source
object-
message:
string
The error message
-
status:
string
The Error code