taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

sample-pos-config.json (5584B)


      1 {
      2   "config": {
      3     "base_url": "https://backend.demo.taler.net/instances/pos",
      4     "api_key": "secret-token:sandbox"
      5   },
      6   "categories": [
      7     {
      8       "id": 1,
      9       "name": "Snacks"
     10     },
     11     {
     12       "id": 2,
     13       "name": "Beverages",
     14       "name_i18n": {
     15         "de": "Getränke",
     16         "pt_BR": "Bebidas"
     17       }
     18     },
     19     {
     20       "id": 3,
     21       "name": "Breakfast",
     22       "name_i18n": {
     23         "de_DE": "Frühstück",
     24         "pt_BR": "Cafe da manha"
     25       }
     26     },
     27     {
     28       "id": 6,
     29       "name": "Pizza"
     30     },
     31     {
     32       "id": 7,
     33       "name": "Juices",
     34       "name_i18n": {
     35         "pt": "Sucos"
     36       }
     37     }
     38   ],
     39   "products": [
     40     {
     41       "product_id": "631361561",
     42       "description": "Chips",
     43       "price": "KUDOS:1.00",
     44       "categories": [
     45         1
     46       ],
     47       "delivery_location": "cafeteria"
     48     },
     49     {
     50       "product_id": "631361562",
     51       "description": "Peanuts",
     52       "description_i18n": {
     53         "de_DE": "Erdnüsse",
     54         "pt_BR": "Amendoins"
     55       },
     56       "price": "KUDOS:0.80",
     57       "categories": [
     58         1
     59       ],
     60       "delivery_location": "cafeteria"
     61     },
     62     {
     63       "product_id": "631361563",
     64       "description": "Salty Sticks",
     65       "price": "KUDOS:0.80",
     66       "categories": [
     67         1
     68       ],
     69       "delivery_location": "cafeteria"
     70     },
     71     {
     72       "product_id": "324876",
     73       "description": "Lemonade",
     74       "price": "KUDOS:1.00",
     75       "categories": [
     76         2
     77       ],
     78       "delivery_location": "cafeteria"
     79     },
     80     {
     81       "product_id": "324877",
     82       "description": "Beer",
     83       "description_i18n": {
     84         "de": "Bier",
     85         "pt": "Cerveja"
     86       },
     87       "price": "KUDOS:3.50",
     88       "categories": [
     89         2
     90       ],
     91       "delivery_location": "cafeteria"
     92     },
     93     {
     94       "product_id": "324878",
     95       "description": "Wine",
     96       "price": "KUDOS:4.00",
     97       "categories": [
     98         2
     99       ],
    100       "delivery_location": "cafeteria"
    101     },
    102     {
    103       "product_id": "3215643",
    104       "description": "Toast with Cheese",
    105       "price": "KUDOS:5.25",
    106       "categories": [
    107         3
    108       ],
    109       "delivery_location": "cafeteria"
    110     },
    111     {
    112       "product_id": "2123465",
    113       "description": "Toast with Jam",
    114       "price": "KUDOS:5.25",
    115       "categories": [
    116         3
    117       ],
    118       "delivery_location": "cafeteria"
    119     },
    120     {
    121       "product_id": "98461321",
    122       "description": "Vegetarian Sausage & 2 Eggs",
    123       "price": "KUDOS:5.25",
    124       "categories": [
    125         3
    126       ],
    127       "delivery_location": "cafeteria"
    128     },
    129     {
    130       "product_id": "346346163",
    131       "description": "Continental",
    132       "price": "KUDOS:7.95",
    133       "categories": [
    134         3
    135       ],
    136       "delivery_location": "cafeteria"
    137     },
    138     {
    139       "product_id": "35461654",
    140       "description": "Bircher Musli",
    141       "price": "KUDOS:3.70",
    142       "categories": [
    143         3
    144       ],
    145       "delivery_location": "cafeteria"
    146     },
    147     {
    148       "product_id": "11651613210",
    149       "description": "Organic Scrambled Eggs",
    150       "price": "KUDOS:4.25",
    151       "categories": [
    152         3
    153       ],
    154       "delivery_location": "cafeteria"
    155     },
    156     {
    157       "product_id": "2316516",
    158       "description": "Bread rolls and Coffee",
    159       "price": "KUDOS:3.95",
    160       "categories": [
    161         3
    162       ],
    163       "delivery_location": "cafeteria"
    164     },
    165     {
    166       "product_id": "234234232",
    167       "description": "Pepperoni",
    168       "price": "KUDOS:7.50",
    169       "categories": [
    170         6
    171       ],
    172       "delivery_location": "cafeteria"
    173     },
    174     {
    175       "product_id": "234234231",
    176       "description": "Napoletana",
    177       "price": "KUDOS:7.25",
    178       "categories": [
    179         6
    180       ],
    181       "delivery_location": "cafeteria"
    182     },
    183     {
    184       "product_id": "23423452557",
    185       "description": "Margherita",
    186       "price": "KUDOS:6.50",
    187       "categories": [
    188         6
    189       ],
    190       "delivery_location": "cafeteria"
    191     },
    192     {
    193       "product_id": "54315",
    194       "description": "Quattro Stagioni",
    195       "price": "KUDOS:7.75",
    196       "categories": [
    197         6
    198       ],
    199       "delivery_location": "cafeteria"
    200     },
    201     {
    202       "product_id": "654432",
    203       "description": "Quattro Formaggi",
    204       "price": "KUDOS:7.75",
    205       "categories": [
    206         6
    207       ],
    208       "delivery_location": "cafeteria"
    209     },
    210     {
    211       "product_id": "1894103",
    212       "description": "Romana",
    213       "price": "KUDOS:7.75",
    214       "categories": [
    215         6
    216       ],
    217       "delivery_location": "cafeteria"
    218     },
    219     {
    220       "product_id": "1894104",
    221       "description": "Mediterranea",
    222       "price": "KUDOS:8.75",
    223       "categories": [
    224         6
    225       ],
    226       "delivery_location": "cafeteria"
    227     },
    228     {
    229       "product_id": "684546533",
    230       "description": "Orange Juice",
    231       "price": "KUDOS:1.00",
    232       "categories": [
    233         2,
    234         7
    235       ],
    236       "delivery_location": "cafeteria"
    237     },
    238     {
    239       "product_id": "684546534",
    240       "description": "Pineapple Juice",
    241       "price": "KUDOS:1.50",
    242       "categories": [
    243         2,
    244         7
    245       ],
    246       "delivery_location": "cafeteria"
    247     },
    248     {
    249       "product_id": "23525676587",
    250       "description": "Hot Tea",
    251       "price": "KUDOS:0.90",
    252       "categories": [
    253         2
    254       ],
    255       "delivery_location": "cafeteria"
    256     }
    257   ],
    258   "locations": {
    259     "cafeteria": {
    260       "name": "Casa in LR",
    261       "country": "France",
    262       "state": "",
    263       "region": "Nouvelle-Aquitaine",
    264       "province": "Charente-Maritime",
    265       "city": "La Rochelle",
    266       "zip_code": "5R4V+G7",
    267       "street": "Bis Rue St Jean du Pérot",
    268       "street_number": "48"
    269     }
    270   }
    271 }