added
API 1.3.0
over 1 year ago by Tiliter Software
Enum component expansion
This change included the expansion of several Enum components.
Changes:
- /stores
Expanded Region Enum:
[
"australia_new_zealand",
"north_america",
"south_america",
"europe",
"africa",
"asia_pacific",
"middle_east"
]
- /recognition/{recognition_id}/transaction_events
Expanded TransactionEventType Enum:
[
"recognised",
"recognised_barcoded_product",
"no_known_product",
"obstructed",
"background"
]
- /recognition
Expanded RecognitionResultType Enum:
[
"transaction_incomplete",
"label_printed",
"loss_actioned",
"loss_acknowledged",
"purchased",
"transaction_cancelled"
]