summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;