weightinteger or null(int32)heightinteger or null(int32)widthinteger or null(int32)lengthinteger or null(int32)tagsArray of strings or nullshippingDatestring or null(date-time){ "weight": 0, "height": 0, "width": 0, "length": 0, "tags": [ "string" ], "shippingDate": "2019-08-24T14:15:22Z" }
errorCodestring or nullerrorMessagesArray of strings or nullcorrelationIdstring or null{ "errorCode": "string", "errorMessages": [ "string" ], "correlationId": "string" }
Represents a field value in the nShift widget result.fieldIdstring or nullID of the field.valuestring or nullValue of the field as a string.{ "fieldId": "string", "value": "string" }