Check an order requires approval
post
                    /ccstore/v1/orders/checkRequiresApproval
Checks if the specified order requires approval before it can be submitted. 
                This tends to be functionality that is used in B2B use cases, for example, where a supervisor needs to approve and order because of a purchase limit.
The endpoint returns a result indicating if the order requires approval and the reason(s) it requires approval.
Request
Supported Media Types
                - application/json
Header Parameters
                - 
                        X-CCAsset-Language(optional): string
                        
                        Instructs the endpoint to use the specified locale code for content returned in the response. The locale supplied in the header must be supported by your store.
- 
                        X-CCOrganization(optional): string
                        
                        Current organization context of the logged in user
Root Schema : checkRequiresApproval_request
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            orderId: 
            string
            the order ID for the order which is to be checked for approval requirement.
Example:
    
    
{
    "orderId":"o30411"
}Response
Supported Media Types
                - application/json
200 Response
Returned when the operation succeeds.
                
                
                    Root Schema : checkRequiresApproval_response
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            requireApprovalReasons(optional): 
            string
            The reason that order requires approval.
- 
            requiresApproval(optional): 
            boolean
            True if order requires approval else False.
Example Response (application/json)
                    {
    "requiresApproval":true,
    "requireApprovalReasons":"Order is pending approval because total is greater than the approved order limit."
}Default Response
The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud:
The error response:
                
                
                    | Error Code | Description | Possible Fix | 
|---|---|---|
| 28358 | Order not found. | Please ensure that valid order ID is specified that the current profile has access to. | 
The error response:
Root Schema : errorModel
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
- 
            errorCode(optional): 
            string
            The numerical code identifying the error
- 
            errors(optional): 
            array  errors
            
            An optional list of errors if multiple errors were encountered
- 
            message(optional): 
            string
            The localized message describing the error
- 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
- 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
- 
            status(optional): 
            string
            The HTTP status code
- 
            type(optional): 
            string
            The URI to the HTTP state code definition
Nested Schema : errors
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayAn optional list of errors if multiple errors were encountered
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
- 
            errorCode(optional): 
            string
            The numerical code identifying the error
- 
            message(optional): 
            string
            The localized message describing the error
- 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
- 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
- 
            status(optional): 
            string
            The HTTP status code