The orderImportError gives feedback if the order is imported with errors. This could range from products that are not known in the POS system, to global exceptions generated while importing the order in the POS system.
orderImportError
Field |
Type |
Description |
errorCode |
string |
Alphanumeric code representing the error |
errorMessage |
string |
Human readable explaination about the error |
isFatalError |
boolean |
If fatal, the order is not processed successfully. It is the responsibility of the provider to call/inform the store. |