Added shipping zone
This commit is contained in:
parent
01c2b4fe56
commit
df68400a25
1 changed files with 17 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue