Resource URL Summary
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Retrieve details for a specific Product GET /seiapi/v3/trans/Products/${ProdNum} Insert or Update the details for a specific Product PUT /seiapi/v3/trans/Products/${ProdNum} Bulk Insert or Update details for Products POST /seiapi/v3/trans/Products Delete a specific Product DELETE /seiapi/v3/trans/Products/${ProdNum} |
API Specific Parameters
Parameter | Description |
---|---|
${ProdNum} | Identifies the REST Object Definitions Inventory Related Objects Product Object. |
Include Page | ||||
---|---|---|---|---|
|
API Specifics
Panel | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieve details for a specific ProductThis REST API will return a Product with the specified ID. The Product with the specified ID must already exist in the system. URL
HTTP Request BodyThis request does not require a request body. HTTP Response BodyOn success, an HTTP response code of 200 will be returned, and the response body will contain a Product Object. Otherwise, on error, the response body will contain a descriptive reason for the error.
|
Panel | |||||||||
---|---|---|---|---|---|---|---|---|---|
Insert or Update the details for a specific ProductThis REST API will add a new product to the system. The system will update product in case product number exists in the system. URL
HTTP Request BodyThe HTTP request body must contain a valid Product Object. HTTP ResponseOn success the API will return a response code of 200. |
Panel | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Bulk Insert or Update details for ProductsThis REST API will add/update one or more products in the system. URL
HTTP Request BodyThe HTTP request body must be a JSON array of one or more Product Object definitions.
HTTP ResponseOn success the API will return a response code of 200. |
Panel | |||||||||
---|---|---|---|---|---|---|---|---|---|
Delete a specific ProductThis REST API will delete a Product with the specified ID from the system. The Product with the specified ID must already exist in the system. URL
HTTP Request BodyThis request does not require a request body. HTTP ResponseOn success an HTTP response code of 200 will be returned. The system will return HTTP response code 410 in case of non-existent product. |