Name | Description | Type | Additional information |
---|---|---|---|
operation-type |
Type of operation |
OperationType |
None. |
location-entity-id |
Entity identificator of the location, where operation performed |
string |
None. |
username |
Username of the person who perfromed operation |
string |
None. |
item-tags |
Tags of the items taking part in operation. Either this list or item-entity-id-list should be provided. If item-entity-id-list is provided, system ignores this list. |
Collection of string |
None. |
item-entity-id-list |
EntityID of the items taking part in operation. Either this list or item-tags should be provided. If this list is provided, system ignores item-tags. |
Collection of string |
None. |
ignore-warning |
If this flag is set, API will ignore any warnings from the business logic, such as checkout not full kit - as example. Usual case scenario: cloient application executes operation with this flag OFF. If API responds with warning, client application asks user for confirmation and repeats operation with this flag ON. |
boolean |
None. |