State importer
Configuration
Usage with sphere-node-cli
sphere-node-cli[
{
"key": "foobar",
"type": "ReviewState",
"name": {
"en": "chancellor"
},
"description": {
"en": "Some state used for reviews"
},
"initial": false
},
{
"key": "Wubalubadubdub",
"type": "LineItemState",
"name": {
"en": "science"
},
"initial": true
},
{
"key": "Meeseeks",
"type": "LineItemState",
"name": {
"en": "can do!"
},
"initial": true
},
{
"key": "new-product-state",
"type": "ProductState",
"name": {
"en": "new-sample-product-state",
"de": "neue-beispiele-product-state"
},
"description": {
"en": "john and jane doe",
"de": "Denkt euch daran"
},
"initial": true
},
...
]Direct Usage
Last updated