|
Type |
Description |
TotalResults |
int
|
|
ResourceList |
IList<Customer.Models.ItemSummary>
|
|
CustomerIdentifier |
Generic.Models.CustomerIdentifier
|
|
ExternalId |
string
|
|
Name |
string
|
|
Id |
int
|
|
ItemId |
int
|
|
Sku |
string
|
|
Upc |
string
|
|
Description |
string
|
|
Price |
decimal?
|
|
TrackBys |
Customer.Models.TrackBys
|
|
TrackLotNumber |
Common.Enum.UsageLevel
|
|
|
- 0: Disallow |
|
|
- 1: Allow |
|
|
- 2: Require |
|
TrackSerialNumber |
Common.Enum.SerialNumberUsageLevel
|
|
|
- 0: Disallow |
|
|
- 1: Allow |
|
|
- 2: AllowUnique |
|
|
- 3: Require |
|
|
- 4: RequireUnique |
|
TrackExpirationDate |
Common.Enum.UsageLevel
|
|
|
- 0: Disallow |
|
|
- 1: Allow |
|
|
- 2: Require |
|
TrackCost |
Common.Enum.UsageLevel
|
|
|
- 0: Disallow |
|
|
- 1: Allow |
|
|
- 2: Require |
|
OutboundMobileSerialization |
Common.Enum.OutboundMobileSerializationBehavior
|
|
|
- 0: Disabled |
|
|
- 1: IgnoreQuantityMismatches |
|
|
- 2: DisallowQuantityMismatches |
|
AutoHoldExpirationDaysThreshold |
int?
|
|
IsPickLotNumberRequired |
bool
|
|
IsPickSerialNumberRequired |
bool
|
|
IsPickExpirationDateRequired |
bool
|
|
InventoryUnitIdentifier |
Generic.Models.UnitOfMeasureIdentifier
|
|
Name |
string
|
|
Id |
int
|
|
SecondaryUnit |
Customer.Models.SecondaryUnit
|
|
InventoryAlso |
bool
|
|
Upc |
string
|
|
UnitIdentifier |
Generic.Models.UnitOfMeasureIdentifier
|
|
Name |
string
|
|
Id |
int
|
|
InventoryUnitsPerUnit |
decimal
|
|
PackageUnit |
Customer.Models.PackageUnit
|
|
Imperial |
Customer.Models.DimensionNet
|
|
NetWeight |
decimal?
|
|
Length |
decimal?
|
|
Width |
decimal?
|
|
Height |
decimal?
|
|
Weight |
decimal?
|
|
Metric |
Customer.Models.DimensionNet
|
|
NetWeight |
decimal?
|
|
Length |
decimal?
|
|
Width |
decimal?
|
|
Height |
decimal?
|
|
Weight |
decimal?
|
|
Upc |
string
|
|
UnitIdentifier |
Generic.Models.UnitOfMeasureIdentifier
|
|
Name |
string
|
|
Id |
int
|
|
InventoryUnitsPerUnit |
decimal
|
|
Pallets |
Customer.Models.Pallets
|
|
TypeIdentifier |
Generic.Models.PalletTypeIdentifier
|
|
Name |
string
|
|
Id |
int
|
|
Tie |
decimal?
|
|
High |
decimal?
|
|
Qty |
decimal?
|
the number of primary units of this item on a typical pallet
|
Imperial |
Generic.Models.Dimension
|
|
Length |
decimal?
|
|
Width |
decimal?
|
|
Height |
decimal?
|
|
Weight |
decimal?
|
|
Metric |
Generic.Models.Dimension
|
|
Length |
decimal?
|
|
Width |
decimal?
|
|
Height |
decimal?
|
|
Weight |
decimal?
|
|
Upc |
string
|
|
Qualifiers |
IList<Customer.Models.ItemQualifier>
|
|
Qualifier |
string
|
|
Links |
IList<WebApi.Hal.Link>
|
|
|
-
/rels/inventory/stocksummaries
|
|
AutoHoldOnReceive |
bool
|
|
AutoHoldExpirationDaysThreshold |
int?
|
|
IsAssembly |
bool
|
|
MaterialNotes |
string
|
|
ClassificationIdentifier |
Generic.Models.ItemClassificationIdentifier
|
|
Name |
string
|
|
Id |
int
|
|
IsHazMat |
bool
|
|
Links |
IList<WebApi.Hal.Link>
|
|
|
-
/rels/customers/item
|
|
Links |
IList<WebApi.Hal.Link>
|
|
|
-
/rels/customers/customer
|
|
|
-
next |
|
|
-
prev |
|
Sample accept: application/hal+json
{
"totalResults": 1,
"_embedded": {
"http://api.3plCentral.com/rels/customers/itemsummary": [
{
"customerIdentifier": {
"externalId": "str",
"name": "str",
"id": 3
},
"itemId": 1,
"sku": "str",
"upc": "str",
"description": "str",
"price": 1.0,
"trackBys": {
"trackLotNumber": 0,
"trackSerialNumber": 0,
"trackExpirationDate": 0,
"trackCost": 0,
"outboundMobileSerialization": 0,
"autoHoldExpirationDaysThreshold": 1,
"isPickLotNumberRequired": true,
"isPickSerialNumberRequired": true,
"isPickExpirationDateRequired": true
},
"inventoryUnitIdentifier": {
"name": "str",
"id": 2
},
"secondaryUnit": {
"inventoryAlso": true,
"upc": "str",
"unitIdentifier": {
"name": "str",
"id": 2
},
"inventoryUnitsPerUnit": 3.0
},
"packageUnit": {
"imperial": {
"netWeight": 1.0,
"length": 1.0,
"width": 1.0,
"height": 1.0,
"weight": 1.0
},
"metric": {
"netWeight": 1.0,
"length": 1.0,
"width": 1.0,
"height": 1.0,
"weight": 1.0
},
"upc": "str",
"unitIdentifier": {
"name": "str",
"id": 2
},
"inventoryUnitsPerUnit": 2.0
},
"pallets": {
"typeIdentifier": {
"name": "str",
"id": 2
},
"tie": 1.0,
"high": 1.0,
"qty": 1.0,
"imperial": {
"length": 1.0,
"width": 1.0,
"height": 1.0,
"weight": 1.0
},
"metric": {
"length": 1.0,
"width": 1.0,
"height": 1.0,
"weight": 1.0
},
"upc": "str"
},
"autoHoldOnReceive": true,
"autoHoldExpirationDaysThreshold": 1,
"isAssembly": true,
"materialNotes": "str",
"classificationIdentifier": {
"name": "str",
"id": 2
},
"isHazMat": true,
"_embedded": {
"item": [
{
"qualifier": "str"
}
]
}
}
]
}
}