Edit in GitHubLog an issue
Copied to your clipboard
{
"type": "object",
"properties": {
"orderId": { "type": "string" },
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"orderItemId": { "type": "number" },
"qty": { "type": "number" }
},
"required": ["orderItemId", "qty"],
"additionalProperties": false
}
},
"tracks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"trackNumber": { "type": "string" },
"title": { "type": "string" },
"carrierCode": { "type": "string" }
},
"required": ["trackNumber", "title", "carrierCode"],
"additionalProperties": false
}
},
"comments" : {
"type": "array",
"items": {
"type": "object",
"properties": {
"notifyCustomer": { "type": "boolean" },
"comment": { "type": "string" },
"visibleOnFront": { "type": "boolean" }
},
"required": ["notifyCustomer", "comment", "visibleOnFront"],
"additionalProperties": false
}
},
"stockSourceCode": { "type": "string" }
},
"required": ["orderId", "items", "tracks", "comments", "stockSourceCode"],
"additionalProperties": false
}
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2025 Adobe. All rights reserved.