mirror of
https://github.com/lnbits/lnbits.git
synced 2025-08-04 08:01:16 +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