Last active
April 16, 2025 12:06
-
-
Save ChuckJHardy/a30abe2fd270b0991b7dc702198d945e to your computer and use it in GitHub Desktop.
SDM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"use_locales": [ | |
"en_US" | |
], | |
"use_uuid_push": false, | |
"boolean_values": { | |
"true": "true", | |
"false": "false" | |
}, | |
"added_groups": [ | |
{ | |
"name": "erp_attributes", | |
"label": {}, | |
"conditions": [] | |
} | |
], | |
"added_fields": [ | |
{ | |
"type": "number", | |
"name": "price", | |
"groups": ["erp_attributes"], | |
"label": { | |
"en-US": "Price" | |
}, | |
"rules": [ | |
{ | |
"name": "min_value", | |
"threshold": 0 | |
} | |
], | |
"requirement_level": "important", | |
"decimals": 2 | |
}, | |
{ | |
"type": "number", | |
"name": "inventory", | |
"groups": ["erp_attributes"], | |
"label": { | |
"en-US": "Inventory" | |
}, | |
"rules": [ | |
{ | |
"name": "min_value", | |
"threshold": 0 | |
} | |
], | |
"requirement_level": "required", | |
"decimals": 0 | |
}, | |
{ | |
"type": "string", | |
"name": "ean", | |
"groups": ["erp_attributes"], | |
"label": { | |
"en-US": "EAN" | |
}, | |
"rules": [ | |
{ | |
"name": "regex", | |
"pattern": "^[0-9]{13}$" | |
} | |
], | |
"requirement_level": "required" | |
} | |
], | |
"override_fields": [ | |
{ | |
"name": "description-en_US-ecommerce", | |
"rules": [ | |
{ | |
"name": "max_length", | |
"negate": false, | |
"strict": false, | |
"threshold": 255 | |
} | |
], | |
"groups": null | |
} | |
], | |
"use_uuid_memory": false, | |
"variants_active": false, | |
"exclude_channels": [ | |
"print" | |
], | |
"split_categories": false, | |
"max_requirement_level": "required", | |
"multiple_value_separator": ",", | |
"exclude_parents_attributes_for_step": [], | |
"exclude_children_attributes_for_step": [], | |
"allow_categorisation_intermediary_node_selection": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment