Rollback Agent current version

post

/ccadmin/v1/jsframeworkadmin/rollbackAgentVersion

Rolls the current Agent JavaScript framework back to the previous version.

This endpoint is only applicable if a previous version exists. To determine the current Agent framework status, use the Retrieve Current Agent Version endpoint.

Note:This endpoint is not supported in the Open Storefront Framework.

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

Returned when the operation succeeds.
Body ()
Root Schema : rollbackAgentCurrentVersion_200_response
Type: object
Show Source
Example Response (application/json)
{
    "currentAgentVersion":"20.1.11-SNAPSHOT",
    "lastAgentUpdate":"2020-04-27T11:16:45.619Z",
    "previousAgentVersion":"",
    "success":true,
    "agentVersion":"20.1.11-SNAPSHOT",
    "overrideAgentVersion":"",
    "UpgradeMessage":"The application is already on the previous viewmodel version.",
    "links":[
        {
            "rel":"self",
            "href":"/jsframeworkadmin/rollbackAgentVersion"
        }
    ]
}

Default Response

The following internal error codes are thrown by this API when the request fails in Commerce:
Error CodeDescriptionPossible Fix
30101Unable to rollback to the previous version Storefront framework.See returned error messages for more information.
30103, 30106Unable to rollback to previous version.There is no previous version so rollback cannot occur.
30105Site not found.Ensure you specify a valid site ID.
96026, 96027Configuration issue.See returned error messages for more information.

The error response:
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top