{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "RetailExecutionSettings - Metadata API",
"description": "Represents settings to manage your inventory, promotions, planograms, and in-store activities.",
"file_information": ".settings",
"directory_location": "settings",
"fields_columns": [
"type",
"description"
],
"fields": {
"enableProductHierarchy": {
"type": "boolean",
"description": "Indicates whether Product Hierarchy is enabled for your org (true) or not false). This field is available in API version 53.0 and later."
},
"enableRetailExecution": {
"type": "boolean",
"description": "Indicates whether Retail Execution is enabled for your org (true) or not (false). The default value is false."
},
"enableVisitSharing": {
"type": "boolean",
"description": "Indicates whether Visit Share is enabled for your org (true) or not (false). The default value is false. This field is available in API version 55.0 and later."
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n\n```",
"declarative_metadata_sample_definition": [
{
"description": "The following is an example of a RetailExecutionSettings component.",
"code": "\n\n true\n true\n false\n"
}
]
}