Number of APIs: 3
POST {{baseUrl}}/account/:accountID/product
Create Product for the customer account.
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
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