diff --git a/lnbits/extensions/market/README.md b/lnbits/extensions/market/README.md index 26b3d229..0a21d36f 100644 --- a/lnbits/extensions/market/README.md +++ b/lnbits/extensions/market/README.md @@ -51,14 +51,32 @@ ALL fields are optional apart from the `timestamp`. Data from newer events shoul "name": , "description": , "timestamp": , + "currency": , "action": , + "shipping": [ + { + "id": , + "zones": , + "price": , + }, + { + "id": , + "zones": , + "price": , + }, + { + "id": , + "zones": , + "price": , + } + ], "stalls": [ { "id": , "name": , "description": , "categories": , - "currency": , + "shipping": , "action": , "products": [ { @@ -86,7 +104,7 @@ ALL fields are optional apart from the `timestamp`. Data from newer events shoul "name": , "description": , "categories": , - "currency": , + "shipping": , "action": , "products": [ { @@ -99,23 +117,6 @@ ALL fields are optional apart from the `timestamp`. Data from newer events shoul } ] } - ], - "shipping_zones": [ - { - "id": , - "zone": , - "price": , - }, - { - "id": , - "zone": , - "price": , - }, - { - "id": , - "zone": , - "price": , - } ] }