...
The EDI message is sent to the warehouse
File validation takes place (File check)
Failure is a rejection of file and email sent to the customer
Pass means stage 3
Order validation takes place (Item check)
Order is placed into warehousing either
Orders Held
Awaiting Picking
...
What do we check
As is normal industry practise practice we validate the information we are sent to ensure that it meets the requirements, we have a multi-tier approach
API validation (only if using the API)
Initial Message validation - failure at this point would have the message completely rejected.
Item validation - failure of something within the file which means the item will have to be manually dealt with.
...
What do we notify you for?
Noitifications Notifications are sent to the customer by the system (however the warehouse have to enter a valid single email address for each customer in order for you to receive it)
...
These emails examples are sent by the EDI system to customers, it is fully automated
Example Email | |
---|---|
Confirmation of Receiving. This is just our system saying we have something to process. At this point we have not checked or validated the information in the file. | |
File Failure This is a complete failure of the file. The file will not be processed and is usually due to a complete failure of the information in the file. You should not resend, but contact the warehouse for assistance however most of the time you have to speak to your own developer to resolve this. | |
Item Failure There is a problem with a line on your order or some details of the order header are incorrect. |
Using the API
This section deals with the EDI server responses when your file is checked, validated prior to adding to the system. These are designed for customers of the warehouse to be advised of an issue with their EDI document.
...