Custom services & bundled line items
Create custom service
{
"status": "ENABLED",
"nameLocalized": {
"en_US": "Engraving Service"
},
"descriptionLocalized": {
"en_US": "This service engraves a given item with a required text and an optional font. The default font is Comic Sans if one is not specified."
},
"executionTimeInMin": 60,
"itemsReturnable": false,
"itemsRequired": "MANDATORY",
"additionalInformation": [
{
"nameLocalized": {
"en_US": "Text"
},
"descriptionLocalized": {
"en_US": "The text that should be used for the engraving."
},
"valueType": "STRING"
},
{
"nameLocalized": {
"en_US": "Font"
},
"descriptionLocalized": {
"en_US": "The font that should be used for the engraving."
},
"valueType": "STRING",
"isMandatory": false
}
]
}Custom service facility connection
Custom service example
Bundled items
Last updated