Added shipping zone

This commit is contained in:
ben 2023-01-18 17:10:22 +00:00
parent 01c2b4fe56
commit df68400a25

View File

@ -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>,
}
]
}