inventory inventoryreduction (http://api.3plcentral.com/rels/inventory/inventoryreduction)
Resource:
an inventory decrease
C# Rel Const:
Rels.InventorySvc.InventoryReduction
URI template:
reductions/{id}
Get an order item that reduced inventory together with its allocations, if any
Success status: 200
Name (* = required) Data Type Description
id * int order item id
Type Description
OrderItemId int
ItemIdentifier Generic.Models.ItemIdentifier
Sku string
Id int
Qualifier string
Qty decimal? ...
Allocations IEnumerable<Inventory.Models.ReductionAllocation>
ReceiveItemId int
Qty decimal
ItemTraits Generic.Models.ItemTraits unique identifying characteristics of an item in a location
ItemIdentifier Generic.Models.ItemIdentifier
Sku string
Id int
Qualifier string
LotNumber string
SerialNumber string
Cost decimal? ...
ExpirationDate DateTime? ...
PalletIdentifier Generic.Models.PalletIdentifier
NameKey Generic.Models.PalletNameKey
FacilityIdentifier Generic.Models.FacilityIdentifier
Name string
Id int
Name string
Id int
LocationIdentifier Generic.Models.LocationIdentifier
NameKey Generic.Models.LocationNameKey
FacilityIdentifier Generic.Models.FacilityIdentifier
Name string
Id int
Name string
Id int
Sample accept: application/hal+json
{
  "orderItemId": 1,
  "itemIdentifier": {
    "sku": "str",
    "id": 2
  },
  "qualifier": "str",
  "qty": 1.0,
  "rowVersion": "str",
  "allocations": [
    {
      "receiveItemId": 1,
      "qty": 2.0,
      "itemTraits": {
        "itemIdentifier": {
          "sku": "str",
          "id": 2
        },
        "qualifier": "str",
        "lotNumber": "str",
        "serialNumber": "str",
        "cost": 1.0,
        "expirationDate": "2016-12-25T23:00:00",
        "palletIdentifier": {
          "nameKey": {
            "facilityIdentifier": {
              "name": "str",
              "id": 2
            },
            "name": "str"
          },
          "id": 1
        }
      },
      "locationIdentifier": {
        "nameKey": {
          "facilityIdentifier": {
            "name": "str",
            "id": 2
          },
          "name": "str"
        },
        "id": 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.