ProductListItem
Represents general Product information, used for displaying purpose.
Name | Description | Type | Additional information |
---|---|---|---|
MainImageFileId |
Getsthe main image file Id. |
integer |
None. |
QtyAvailable |
Gets the qty available. |
decimal number |
Required |
QtyOnHand |
Gets the qty on hand. |
decimal number |
Required |
QtyReserved |
Gets the qty reserved. |
decimal number |
Required |
KeepStock |
When true, inventory management is enabled for the product. |
boolean |
Required |
Published |
Gets a value indicating whether this |
boolean |
Required |
WeightKg |
Gets or sets the weight. |
decimal number |
None. |
HeightM |
Gets the Height of the Product in Meters. |
decimal number |
None. |
LengthM |
Gets the Length of the Product in Meters. |
decimal number |
None. |
WidthM |
Gets the Width of the Product in Meters. |
decimal number |
None. |
Id |
Gets or sets the identifier. |
integer |
Required |
Code |
Gets or sets the code. |
string |
Required Max length: 100 |
Name |
Gets or sets the name. |
string |
Max length: 400 |
Hscode |
Gets or sets the Harmonized System Code. |
string |
Max length: 20 |
EAN |
Gets or sets the European Article Number. |
string |
Max length: 20 |
Type |
The ProductType, available: SimpleProduct = 0, ProductVariantParent = 1, ProductVariant = 2 |
integer |
None. |
ChangedTimestamp |
Gets the changed timestamp. |
date |
None. |