| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The ID of the product |
integer |
None. |
| Active |
Whether or not the product is visible in the webshop. A product being inactive is NOT the same as the product being deleted. Inactive products can become active. |
boolean |
None. |
| AmountOfUnitProduct |
In case of packaging: amount of single units in a package |
integer |
None. |
| PackageProducts |
Link information about the packaging product (unique) with multiple possible unit sales types |
Collection of Oresto.API.Models.GET.Products.LinkedProduct |
None. |
| UnitProducts |
Link information about the unit product (unique) with multiple possible unit sales types |
Collection of Oresto.API.Models.GET.Products.LinkedProduct |
None. |
| EanCode |
EAN-code of the product |
string |
EAN code Max length: 250 |
| TotalContent |
Total content ex. 100 G, 1 KG, 100 ml |
decimal number |
Range: inclusive between 0 and 1E+16 |
| VatPercentage |
VAT percentage |
integer |
None. |
| IsPackageProduct |
Is a packaging product |
boolean |
Required |
| WholesalerArticleNumber |
Article code for the product defined by the wholesaler |
string |
Primary key field Required Max length: 50 |
| ContentType |
Information about the content type |
Oresto.API.Models.GET.Products.ContentType |
None. |
| MultiplierAmount |
Multiplier of the products multiplier content type, for instance a product can be 1 piece (content-type) consisting of 5 KG (multiplier content-type). |
decimal number |
Range: inclusive between 0.0001 and 100000000000000 |
| MultiplierContentType |
Information about the multiplier content type |
Oresto.API.Models.GET.Products.ContentType |
None. |
| SalesPriceList |
The list sales price |
decimal number |
Range: inclusive between 0 and 1E+16 |
| SalesPriceListPromo |
The list sales price during a promotion |
decimal number |
Range: inclusive between 0 and 1E+16 |
| PromoValidFrom |
Starting date when a promo becomes active (TimeZone BE), if not provided UTC will be used |
date |
None. |
| PromoValidFromUtc |
Starting date when a promo becomes active (TimeZone UTC/GMT) |
date |
None. |
| PromoValidUntil |
Date when the promo should be void (TimeZone BE), if not provided UTC will be used |
date |
None. |
| PromoValidUntilUtc |
Date when the promo should be void (TimeZone UTC/GMT) |
date |
None. |
| OnOrder |
Product is only available on order |
boolean |
Required |
| UnitSalesPrice |
Information about the unit sales price |
Oresto.API.Models.GET.Products.ContentType |
Required |
| Brand |
Information about the brand |
Oresto.API.Models.GET.Products.Brand |
None. |
| Producer |
Information about the producer |
None. |