Added shipping zone
This commit is contained in:
parent
01c2b4fe56
commit
df68400a25
|
@ -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>,
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user