diff options
| -rw-r--r-- | 15.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -55,7 +55,7 @@ A merchant can publish these events: | |||
| 55 | "id": <String, UUID of the shipping zone, generated by the merchant>, | 55 | "id": <String, UUID of the shipping zone, generated by the merchant>, |
| 56 | "name": <String (optional), zone name>, | 56 | "name": <String (optional), zone name>, |
| 57 | "cost": <float, base cost for shipping. The currency is defined at the stall level>, | 57 | "cost": <float, base cost for shipping. The currency is defined at the stall level>, |
| 58 | "countries": [<String, countries included in this zone>], | 58 | "regions": [<String, regions included in this zone>], |
| 59 | } | 59 | } |
| 60 | ] | 60 | ] |
| 61 | } | 61 | } |