Product
Customer
API | Description |
---|---|
GET api/customer/GetTemporaryCustomerKeyCode?custNo={custNo} |
Get the customer Web Token key |
POST api/customer/GetAccessTokenByLogin |
Temporary Access Token - One time use only |
POST api/customer/UserExists |
Validate the customer user exists using the userName (loginID) |
POST api/customer/IsUserExist |
Validate the customer user exists using the userName (loginID) or email |
POST api/customer/IsUsernameEmailValid |
Validate the login by the userName (loginID) and the email |
POST api/customer/SendPasswordReset |
Reset the password via e-mail |
Inventory
API | Description |
---|---|
POST api/inventory/Products |
Return the product inventory for all products available |
POST api/inventory/ProductCategories |
Return the product category list |
Order
API | Description |
---|---|
GET api/order/GetShipToList |
Get list of warehouses |
GET api/order/Get?orderNo={orderNo}&orderSuffix={orderSuffix} |
Get the sales order by order# and order suffix (optional) |
GET api/order/GetByFullOrderNo?fullOrderNo={fullOrderNo} |
Get the sales order by full order#, ex: 1234567-00 |
GET api/order/GetSalesOrder?orderNo={orderNo}&orderSuffix={orderSuffix} |
Get the sales order by order# and order suffix (optional) |
POST api/order/CancelApiOrder |
Cancel the sales order |
POST api/order/SubmitApiOrder |
Submit an sales order |