getCloudConfiguration
get
                    /ccstore/v1/merchant/cloudConfiguration
Get Cloud Configuration. Gets the configurations from server.
                Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
                - application/json
200 Response
Following model is returned when operation succeeds.
                
                
                    Root Schema : getCloudConfiguration_response
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            allowReturnOnPartiallyFulfilledOrder(optional): 
            boolean
            Tells whether returns on partially fulfilled orders is enabled
- 
            clientConfiguration(optional): 
            object  clientConfiguration
            
            The configurations object that holds the client settings
- 
            enableMaxLevelCheck(optional): 
            boolean
            Enable max level check for getCollection endpoint. This flag would either turn max level check on/off for the endpoint with default value as false
- 
            excludeAddressList(optional): 
            boolean
            Flag to exclude addresses apart from listAddresses and listProfileAddresses endpoints. This should be set to true when there are large number of addresses in an account or profile
- 
            includeFilteredSkusForProductAndSkuEndpoints(optional): 
            boolean
            When set to true, list/get products and skus endpoints include filtered skus property in the response.
- 
            isB2BEnabled(optional): 
            boolean
            Tells whether b2b is enabled.
- 
            optimizeRelatedProductsForListProductsEndpoint(optional): 
            boolean
            Flag to exclude few properties like parentCategories, parentCategory etc from relatedProducts in listProducts Response
- 
            optimizeRelatedProductsForPageEndpoint(optional): 
            boolean
            Flag to exclude few properties like parentCategories, parentCategory etc from relatedProducts in pageEndpoint Response
- 
            preorderBackorderEnabled(optional): 
            boolean
            Flag to enable preorderBackorderEnabled in products response
- 
            useOrderSubmittedDateForTax(optional): 
            boolean
            Enables use of order submitted date for tax calculation. Flag is useful in returns and exchanges
- 
            visitorService(optional): 
            object  visitorService
            
            Visitor Service configuration details
Nested Schema : clientConfiguration
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe configurations object that holds the client settings
    
    
    
    
        Show Source
        - 
            createOrderForLoggedInAtCheckout(optional): 
            boolean
            Flag to create an order when a user logs in the checkout page.
- 
            includeOrderDetailsInShippingMethodsPayload(optional): 
            boolean
            Flag that indicates if the Complete Order payload should be passed to Shipping Methods API
- 
            prioritizedLoading(optional): 
            boolean
            Flag to indicate whether prioritized loading is enabled.
- 
            skipLoadingProductTypes(optional): 
            boolean
            Flag to skip loading all the product types in page data.
- 
            useEnhancedSearch(optional): 
            boolean
            Flag to indicate whether enhanced search endpoint is enabled.
Nested Schema : visitorService
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectVisitor Service configuration details
    
    
    
    
        Show Source
        - 
            oracleUnifiedVisitJsUrl(optional): 
            string
            oracleunifiedvisit js file url
- 
            tenantId(optional): 
            string
            Tenant Id
- 
            visitorServiceHost(optional): 
            string
            Visitor Service Host address
Example Response (application/json)
                    {
    "excludeAddressList":false,
    "isB2BEnabled":false,
    "includeFilteredSkusForProductAndSkuEndpoints":false,
    "preorderBackorderEnabled":false,
    "enableMaxLevelCheck":false,
    "optimizeRelatedProductsForPageEndpoint":false,
    "clientConfiguration":{
        "includeOrderDetailsInShippingMethodsPayload":false,
        "skipLoadingProductTypes":false,
        "createOrderForLoggedInAtCheckout":false,
        "prioritizedLoading":false,
        "useEnhancedSearch":false
    },
    "optimizeRelatedProductsForListProductsEndpoint":false,
    "allowReturnOnPartiallyFulfilledOrder":false,
    "visitorService":{
        "visitorServiceHost":"//localhost",
        "tenantId":"5dbd2e4a",
        "oracleUnifiedVisitJsUrl":"//localhost/Visit/js/oracleunifiedvisit.js"
    },
    "useOrderSubmittedDateForTax":false
}Default Response
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