| ResourceList |
IList<Order.Models.OrderItem>
|
|
| ReadOnly |
Order.Models.OrderItemReadOnly
|
|
| OrderItemId |
int
|
|
| FullyAllocated |
bool
|
|
| UnitIdentifier |
Generic.Models.UnitOfMeasureIdentifier
|
for convenience, referenced item's primary inventory unit
|
| Name |
string
|
|
| Id |
int
|
|
| SecondaryUnitIdentifier |
Generic.Models.UnitOfMeasureIdentifier
|
for convenience, referenced item's secondary inventory unit if defined
|
| Name |
string
|
|
| Id |
int
|
|
| EstimatedQty |
decimal?
|
if present, calculated from SecondaryQty and cannot confirm until Qty entered
|
| EstimatedSecondaryQty |
decimal?
|
if present, calculated from Qty and cannot confirm until SecondaryQty entered
|
| OriginalPrimaryQty |
decimal?
|
on a shorted order, specifies original quantity ordered; otherwise same as Qty
|
| IsOrderQtySecondary |
bool
|
if both Qty and SecondaryQty present, indicates whether at some point prior to shipping only SecondaryQty was present
|
| Allocations |
IEnumerable<Order.Models.Allocation>
|
supplied on GET {get;set;} ignored on PUT, POST
|
| ReceiveItemId |
int
|
|
| Qty |
decimal
|
|
| ProperlyPickedPrimary |
decimal
|
|
| ProperlyPickedSecondary |
decimal
|
|
| LoadedOut |
bool
|
|
| Detail |
Order.Models.AllocationDetail
|
null unless requested by including AllocationsWithDetail in OrderItemChildren
|
| 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
|
|
| LocationSort |
Order.Models.LocationSort
|
|
| Field1 |
string
|
|
| Field2 |
string
|
|
| Field3 |
string
|
|
| Field4 |
string
|
|
| SavedElements |
IEnumerable<Generic.Models.SavedElement>
|
|
| Name |
string
|
|
| Value |
string
|
|
| PickPath |
int?
|
|
| Bin |
string
|
supplied on GET, ignored on PUT, POST; use pick operations to set; cleared when shipped or packaged
|
| IsInsert |
bool
|
|
| MaxToAllocateFromPickLine |
decimal?
|
Represents the max amount of an item that will be allocated from a pickline location for replenishment
|
| ItemIdentifier |
Generic.Models.ItemIdentifier
|
|
| Sku |
string
|
|
| Id |
int
|
|
| Qualifier |
string
|
|
| ExternalId |
string
|
connection of this order item to the same order item on some other system
|
| Qty |
decimal?
|
primary inventory quantity ordered; if not specified, must specify SecondaryQty
|
| SecondaryQty |
decimal?
|
optional secondary quantity ordered; if not specified, must specify Qty
|
| LotNumber |
string
|
if present, used to allocate matching inventory
|
| SerialNumber |
string
|
if present, used to allocate matching inventory
|
| ExpirationDate |
DateTime?
|
if present, used to allocate matching inventory
|
| WeightImperial |
decimal?
|
ship weight of order item, imperial; if specified and metric not specified, business logic computes metric
|
| WeightMetric |
decimal?
|
ship weight of order item, metric; if specified and imperial not specified, business logic computes imperial;
see WeightImperial for further explanation
|
| Notes |
string
|
|
| FulfillInvSalePrice |
decimal?
|
|
| FulfillInvDiscountPct |
decimal?
|
|
| FulfillInvDiscountAmt |
decimal?
|
|
| FulfillInvNote |
string
|
|
| SavedElements |
IEnumerable<Generic.Models.SavedElement>
|
|
| Name |
string
|
|
| Value |
string
|
|
| ProposedAllocations |
IEnumerable<Generic.Models.ProposedAllocation>
|
empty on GET; may be supplied on PUT, POST
|
|
Generic.Models.ProposedAllocation |
A manual allocation.
|
| ReceiveItemId |
int
|
|
| Qty |
decimal
|
|
| OrderItemInPackages |
IEnumerable<Order.Models.OrderItemInPackage>
|
declares the package arrangement, which gets translated into real packages, during order creation; empty on GET; ignored on PUT; may be supplied on POST
|
| PackageNumber |
int
|
use the same number on multiple OrderItemInPackages to add package content to the same package
|
| Quantity |
decimal
|
how much of the orderitem to pack into this package content; must be a positive number
|
| PackageDefIdentifier |
Generic.Models.PackageDefIdentifier
|
the package definition to apply to any package created as a result of this OrderItemInPackage
|
| Name |
string
|
|
| Id |
int
|
|
| IsInsert |
bool
|
|
| Links |
IList<WebApi.Hal.Link>
|
|
|
-
edit |
|
|
-
/rels/customers/item
|
The ordered item. |
|
-
/rels/customers/itemsummary
|
The ordered item summary, sufficient for editing order item. |
|
-
/rels/orders/order
|
The containing order. |
|
-
/rels/orders/itemallocate
|
Operator to allocate this item. |
|
-
/rels/orders/itemdeallocate
|
Operator to deallocate this item. |