| Name | Description | Type | Additional information |
|---|---|---|---|
| AmountOfUnitProduct |
In case of packaging: amount of single units in a package |
integer |
None. |
| Brand |
Information about the brand |
Oresto.API.Models.GET.CentralProducts.Brand |
None. |
| Categories |
List of categories in which the product is located |
Collection of Oresto.API.Models.GET.CentralProducts.Category |
Required |
| ContentType |
Information about the content type |
Oresto.API.Models.GET.CentralProducts.ContentType |
None. |
| EanCode |
EAN-code of the product |
string |
Primary key if: Suppliers is null or empty EAN code Max length: 250 |
| Id |
The ID of the product |
integer |
None. |
| IsPackageProduct |
Is a packaging product |
boolean |
Required |
| LastModified |
The date the product was last modified (TimeZone BE) |
date |
Required |
| LastModifiedUtc |
The date the product was last modified (TimeZone UTC/GMT) |
date |
Required |
| Localizations |
Localizations for the product |
Collection of Oresto.API.Models.GET.CentralProducts.ProductNested+Localization |
Required |
| PackageProduct |
Information about the package product |
Oresto.API.Models.GET.CentralProducts.ProductNested |
None. |
| Producer |
Information about the producer |
Oresto.API.Models.GET.CentralProducts.Producer |
None. |
| StorageCondition |
Information about the storage condition |
Oresto.API.Models.GET.CentralProducts.StorageCondition |
None. |
| Suppliers |
List of possible suppliers |
Collection of Oresto.API.Models.GET.CentralProducts.Supplier |
Primary key if: EanCode is null or empty |
| TotalContent |
Total content ex. 100 G, 1 KG, 100 ml |
decimal number |
Range: inclusive between 0 and 1E+16 |
| VatPercentage |
VAT percentage |
integer |
None. |
| WholesalerProductInformation |
Wholesaler product information |
Collection of Oresto.API.Models.GET.CentralProducts.WholesalerProductInformation |
None. |