mirror of
https://github.com/lnbits/lnbits.git
synced 2025-08-03 15:32:22 +02:00
Added shipping zone
This commit is contained in:
@@ -99,6 +99,23 @@ ALL fields are optional apart from the `timestamp`. Data from newer events shoul
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"shipping_zones": [
|
||||
{
|
||||
"id": <String, UUID derived from stall ID>,
|
||||
"zone": <String, shipping zone>,
|
||||
"price": <int, cost>,
|
||||
},
|
||||
{
|
||||
"id": <String, UUID derived from stall ID>,
|
||||
"zone": <String, shipping zone>,
|
||||
"price": <int, cost>,
|
||||
},
|
||||
{
|
||||
"id": <String, UUID derived from stall ID>,
|
||||
"zone": <String, shipping zone>,
|
||||
"price": <int, cost>,
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user