updateCloudConfiguration

put

/ccadmin/v1/merchant/cloudConfiguration

Update Cloud Configuration. Updates any writable cloud configuration properties. Currently the only writable property is strictExtraPropertiesValidation, which can be set to false to enable a backwards compatability in which extra properties are sometimes ignored.

Request

Supported Media Types
Body ()
Root Schema : updateCloudConfiguration_request
Type: object
Show Source
Example:
{
    "includeFilteredSkusForProductAndSkuEndpoints":false,
    "fallbackShippingEnabled":true
}
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
Example Response (application/json)
{
    "isShowTaxSummaryEnabled":true,
    "excludeAddressList":false,
    "isB2BEnabled":false,
    "includeFilteredSkusForProductAndSkuEndpoints":false,
    "optimizeRelatedProductsForPageEndpoint":false,
    "clientConfiguration":{
        "includeOrderDetailsInShippingMethodsPayload":false,
        "skipLoadingProductTypes":false,
        "createOrderForLoggedInAtCheckout":false,
        "prioritizedLoading":false,
        "useEnhancedSearch":false
    },
    "optimizeRelatedProductsForListProductsEndpoint":false,
    "excludeDynamicContentFromMetadataCatalog":null,
    "strictExtraPropertiesValidation":true,
    "allowReturnOnPartiallyFulfilledOrder":false,
    "isAgentAppEnabled":true,
    "enableMaxLevelCheck":false,
    "enableDefaultSortForListProducts":false,
    "globalCORSConfiguration":{
        "allowAllOriginsURIs":{
            "/ccstoreui/v1/products":"GET",
            "/ccstore/v1/products":"GET"
        }
    },
    "useOrderSubmittedDateForTax":true
}

Default Response

The error response. The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud: |Error Code|Description| |------------------|------------------| |30012|Could not get site {0}|
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