Logo
DeltaTrak API Documentation

Admin Endpoints-Products

Number of APIs: 3


1. Create

POST {{baseUrl}}/account/:accountID/product

Create Product for the customer account.



2. List

GET {{baseUrl}}/account/:accountID/product

List all products and shared products

■ Pulls back products belonging to account, plus products shared with account
(receiver sharing)
■ Each location node should contain the account ID that it belongs to
■ Since alarm criteria are defined at the product level, include array of alarm
criteria definitions associated with each product



3. Delete

DELETE {{baseUrl}}/account/:accountID/product/:productID

Delete a product form a customer account.

Product will not be deleted if the Product is currently being used by a Shipment.



ENDPOINTS