Unfreeze Order

Unfreezes a previously frozen order.

For CME Winter '20 and later releases, create an unfreeze order request to the order management system.

A Freeze Order API request may have frozen order fulfillment. If the user decides not to submit a supplemental order, you can use the unfreezeOrder API to unfreeze the order's fulfillment.

If the order management system sends the Accepted response, the OrderStatus__c field is set to In Progress.

Use this method with the current order's ID as input (currentOrdId) to unfreeze a frozen order fulfillment.

Communication (vlocity_cmt)

For API parameter names and descriptions, see Cart-Based API Swagger Reference.

Response FormatJSON
Resource URL/services/apexrest/{namespace}/v2/cpq/carts/{order_ID}/unfreeze

See Also