Getting the articles defined in FoodMaster and all available article info.
GET /Articles
GET /Articles/incremental
GET /Articles/one
GET /Articles/count
dossiernr = company within FoodMaster
pag = page number
lim = page size
dossiernr = company within FoodMaster
since = changes since 1900-01-01T00:00:00 for ‘since last call’
dossiernr = company within FoodMaster
artikelnr = ID of the article
dossiernr = company within FoodMaster
Returns the available article info as well as the basic price for the set price codes.
See following example:
x
{ "dsArticles": { "ttArtikels": [ { "dossiernr": 1, // company within FoodMaster "artikelnr": "A7845", // article id "artikelsrt": 0, // article kind "publ": true, // publish on the e-commerce "actief": true, // active article "omschr_nl": "Appel", // Dutch description 1 "omschr_nl2": "", // Dutch description 2 "omschr_fr": "Pomme", // French description 1 "omschr_fr2": "", // French description 2 "omschr_en": "Apple", // English description 1 "omschr_en2": "", // English description 2 "omschr_de": "Apfel", // German description 1 "omschr_de2": "", // German description 2 "e-comschr_nl": "Appel", // Dutch e-commerce description "e-comschr_fr": "Pomme", // French e-commerce description "e-comschr_en": "Apple", // English e-commerce description "e-comschr_de": "Apfel", // German e-commerce description "memo_nl": "", // Dutch memo "memo_fr": "", // French memo "memo_en": "", // English memo "memo_de": "", // German memo "bereiding_nl": "" // Dutch preparation "bereiding_fr": "" // French preparation "bereiding_en": "" // English preparation "bereiding_de": "" // Dutch preparation "merk": "Jonagold" // Brand "min_te_best": 3 // minimum possible to order units "art_grp": "", // German article group "stock": false, // standard in stock (always needs to be ordered if false) "BTW-tarief": 21.0, // VAT rate "lengte": 0, // length "breedte": 0, // width "hoogte": 0, // height "gewicht_gemid": 0.1, // average weight "lev_verw": 1.0, // expected delivery time (days) "std_lev_nr": 0, // standard supplier id "std_lev_naam": "", // standard supplier name "THT": 14, // best before (days) "GTIN": "", // GTIN / barcode "seiz_art": true // season article "seiz_van": "2000-09-01" // season article start selling date "seiz_tot": "2001-03-01" // season article stop selling date "seiz_tekst": "" // season article description "link": "", // link "bas_artikelnr": "B187C", // basic article id "bas_factor": 0.5 // basic article factor "cd_peenheid": "KG" // price unit code "omrek_prijs": 5 // price per <cd_peenheid> [price = € X per 5 KG] "ref_gewicht": 0, // reference weight "cd_feenheid": "KG", // invoice unit code "default_hoev": 0, // default / minimum to order units "std_vorm": 1, // standard storage form * "rec-id": 2187, // record id "ttBestelEenheden": [ { "main": true, // main order unit or not "cd_beenheid": "ST", // order unit code "aantal": 1, // amount in unit "GTIN": "05413074015217" // Global Trade Identification Number }, ], "ttPrijzen": [ { "prijscode": 1, // price code "vkp_excl": 0.2, // price excluding VAT "vkp_incl": 0.24 // price including VAT }, ], "ttTHT": [ { "vorm": 1, // storage form * "atl_dagen": 14, // best before (days) "cd_houdb": "VERS", // storage form code best before "atl_dagen_tgt": 0, // use by (days) "cd_houdb_tgt": "" // storage form code use by }, ], "ttAlba": [ { "cd_alba": "X1-01", // alba code "antwoord": "-", // answer: "-", "?" or "+" "omschrijving": "Gluten" // alba description }, ] }, ] }} x
* "std_vorm" & "vorm" - 0: Indefinite // Onbepaald - 1: Fresh // Vers - 2: Freezer // Diepvries - 3: Vacuum // Vacuüm - 4: Dry // Droog - 5: Atmosphere // Atmosfeer - 6: Thawed // Ontdooit - 7: Refrigerated // Gekoeld - 8: UHT (Ultra-high-temperature processing) // UHT - 9: Open// Geopend