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:
boolean
Tells whether returns on partially fulfilled orders is enabled
-
clientConfiguration:
object clientConfiguration
Merchant Client configuration.
-
defaultCatalog:
object defaultCatalog
Default Catalog
-
enableCustomOrganizationId:
boolean
Flag is used for create organization endpoint. Indicates whether an organization should be created with the specific id provided in the input or not
-
enableDefaultSortForListProducts:
boolean
Enables sort by id for non leaf categories for the list products endpoint when no sort param is sent
-
enablePciCompliance:
boolean
Tells whether PCI compliance is enabled.
-
enablePurchaseListItemCustomPropertiesAsKeys:
boolean
Flag is used for purchase list end point. Tells us whether to use purchase list line items custom properties as unique keys or not
-
excludeAddressList:
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
-
isAgentAppEnabled:
boolean
Tells whether agent application is enabled or not.
-
isB2BEnabled:
boolean
Tells whether b2b is enabled.
-
isShowTaxSummaryEnabled:
boolean
Tells whether Displaying Tax Summary is enabled or not.
-
masterCatalogId:
string
Master catalog id
-
strictExtraPropertiesValidation:
boolean
If false, enables less strict unknown extra-properties detection as a backwards compatability mode.
-
useOrderSubmittedDateForTax:
boolean
Enables use of order submitted date for tax calculation. Flag is useful in returns and exchanges
Nested Schema : clientConfiguration
Type:
object
Merchant Client configuration.
Show Source
-
createOrderForLoggedInAtCheckout:
boolean
Flag to create an order when a user logs in the checkout page.
-
includeOrderDetailsInShippingMethodsPayload:
boolean
If true, the order details are to be included in the payload for listShippingMethod endpoint request.
Nested Schema : defaultCatalog
Type:
object
Default Catalog
Show Source
-
displayName:
string
Default catalog display name
-
repositoryId:
string
Repository id of the default catalog
Example Response (application/json)
{
"excludeAddressList":false,
"isB2BEnabled":false,
"includeFilteredSkusForProductAndSkuEndpoints":false,
"enableCustomOrganizationId":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,
"directEditEventProcessingIntervalSeconds":10,
"preorderBackorderEnabled":false,
"enableChildEntitiesLimit":false,
"enableMaxLevelCheck":false,
"maxChildItemsCount":1000,
"useOrderSubmittedDateForTax":false
}
Default Response
The error response
Root Schema : errorModel
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
errors:
array errors
An optional list of errors if multiple errors were encountered
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code
-
type:
string
The URI to the HTTP state code definition
Nested Schema : errors
Type:
array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code