Introduction
The purpose of this service is to allow a third party warehouse to retrieve Purchase Orders from Vision Commerce, this is a “pre-advice” to the warehouse of stocks which have been ordered which will arrive at the warehouse.
Request
API GET : https://<pathtoapi>/Warehouse/PreAdvice
This API needs to be authenticated ( pass header parameter Authorization : "Bearer "+AccessToken )
Response
See : PA XML Structure
Generic response / error codes
Code | Description |
---|---|
200 | Success |
400 | Bad request
|
401 | Authentication failed, please check the token / secret used and that you have access to the requested service |
404 | Service not found |
500 | Internal server error
please contact the Ontech support team if this occurs |
999 | An error occurred in the requested service |