ordercloud-javascript-sdk
Preparing search index...
InventoryRecord
Interface InventoryRecord<TInventoryRecordXp, TAddressXp>
interface
InventoryRecord
<
TInventoryRecordXp
=
any
,
TAddressXp
=
any
>
{
Address
?:
Address
<
TAddressXp
>
;
AddressID
:
string
;
AllowAllBuyers
?:
boolean
;
ID
?:
string
;
LastUpdated
?:
string
;
NotificationPoint
?:
number
;
OrderCanExceed
?:
boolean
;
OwnerID
?:
string
;
QuantityAvailable
?:
number
;
xp
?:
TInventoryRecordXp
;
}
Type Parameters
TInventoryRecordXp
=
any
TAddressXp
=
any
Index
Properties
Address?
Address
ID
Allow
All
Buyers?
ID?
Last
Updated?
Notification
Point?
Order
Can
Exceed?
Owner
ID?
Quantity
Available?
xp?
Properties
Optional
Readonly
Address
Address
?:
Address
<
TAddressXp
>
Address
ID
AddressID
:
string
Optional
Allow
All
Buyers
AllowAllBuyers
?:
boolean
Optional
ID
ID
?:
string
Optional
Readonly
Last
Updated
LastUpdated
?:
string
Optional
Notification
Point
NotificationPoint
?:
number
Optional
Order
Can
Exceed
OrderCanExceed
?:
boolean
Optional
Owner
ID
OwnerID
?:
string
Optional
Quantity
Available
QuantityAvailable
?:
number
Optional
xp
xp
?:
TInventoryRecordXp
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
Address
Address
ID
Allow
All
Buyers
ID
Last
Updated
Notification
Point
Order
Can
Exceed
Owner
ID
Quantity
Available
xp
ordercloud-javascript-sdk
Loading...