getCloudConfiguration

get

/ccstore/v1/merchant/cloudConfiguration

Get Cloud Configuration. Gets the configurations from server.

Request

Supported Media Types
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : getCloudConfiguration_response
Type: object
Show Source
Nested Schema : clientConfiguration
Type: object
The configurations object that holds the client settings
Show Source
Nested Schema : cpqPricingSettings
Type: object
This is the pricing context used during interaction with CPQ.
Show Source
Nested Schema : visitorService
Type: object
Visitor Service configuration details
Show Source
Nested Schema : pricingContextProperties
Type: object
Show Source
Nested Schema : lineProperties
Type: array
Show Source
Nested Schema : orderProperties
Type: array
Show Source
Example Response (application/json)
{
    "excludeAddressList":false,
    "isB2BEnabled":false,
    "includeFilteredSkusForProductAndSkuEndpoints":false,
    "enableCustomOrganizationId":false,
    "customerDataMasterEnabled":false,
    "optimizeRelatedProductsForPageEndpoint":false,
    "clientConfiguration":{
        "includeOrderDetailsInShippingMethodsPayload":false,
        "skipLoadingProductTypes":false,
        "createOrderForLoggedInAtCheckout":false,
        "prioritizedLoading":false,
        "useEnhancedSearch":false
    },
    "optimizeRelatedProductsForListProductsEndpoint":false,
    "allowReturnOnPartiallyFulfilledOrder":false,
    "enablePurchaseListItemCustomPropertiesAsKeys":false,
    "visitorService":{
        "visitorServiceHost":"//localhost",
        "tenantId":"5dbd2e4a",
        "oracleUnifiedVisitJsUrl":"//localhost/Visit/js/oracleunifiedvisit.js"
    },
    "enablePciCompliance":false,
    "cpqConfigIDCSEnabled":false,
    "directEditEventProcessingIntervalSeconds":10,
    "preorderBackorderEnabled":false,
    "enableChildEntitiesLimit":false,
    "enableMaxLevelCheck":false,
    "selfServicePortalEnabled":true,
    "maxChildItemsCount":1000,
    "useOrderSubmittedDateForTax":false
}

Default Response

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