inventory itemminimum (http://api.3plcentral.com/rels/inventory/itemminimum)
Resource:
minimum reached item
C# Rel Const:
Rels.InventorySvc.ItemMinimumReached
URI template:
itemminimum{?customerID}
list of items which reached their minimum threshold
Success status: 200
Name (* = required) Data Type Description
customerID * int id of customer to retrieve list of items for
Type Description
ItemList IEnumerable<Inventory.Models.MinimumReachedItem> identifies receive items to be affected
ItemID int
Sample accept: application/hal+json
{
  "itemList": [
    {
      "itemID": 1
    }
  ]
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.