summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-20 19:32:32 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-20 19:32:32 +0200
commit925dc91406ff2de7fddc15b64e2aeea708ef9d95 (patch)
tree63b2d000b1aa666c7966f90103713b84cbe7b88f /core/api-merchant.rst
parent1ab32280f303dc215bbbc2138b30fc4fc25311af (diff)
downloaddocs-925dc91406ff2de7fddc15b64e2aeea708ef9d95.tar.gz
docs-925dc91406ff2de7fddc15b64e2aeea708ef9d95.tar.bz2
docs-925dc91406ff2de7fddc15b64e2aeea708ef9d95.zip
update spec
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index a037cd89..3583e209 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -431,7 +431,7 @@ management.
total_lost: integer;
// Identifies where the product is in stock.
- location: Location;
+ address: Location;
// Identifies when we expect the next restocking to happen.
next_restock?: timestamp;
@@ -491,7 +491,7 @@ management.
total_stocked: integer;
// Identifies where the product is in stock.
- location: Location;
+ address: Location;
// Identifies when we expect the next restocking to happen.
next_restock?: timestamp;
@@ -558,7 +558,7 @@ management.
total_lost: integer;
// Identifies where the product is in stock.
- location: Location;
+ address: Location;
// Identifies when we expect the next restocking to happen.
next_restock?: timestamp;