summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-25 19:58:51 +0100
committerChristian Grothoff <christian@grothoff.org>2020-10-25 19:58:51 +0100
commit6570cab515e073fad4b7bf8f5ada4bb4cff12788 (patch)
treee49c48ceed64d95324b576be88fb95de740f0327 /core/api-merchant.rst
parent9da4ba3b74d5725160831cce8ec94e5e2f47daf7 (diff)
downloaddocs-6570cab515e073fad4b7bf8f5ada4bb4cff12788.tar.gz
docs-6570cab515e073fad4b7bf8f5ada4bb4cff12788.tar.bz2
docs-6570cab515e073fad4b7bf8f5ada4bb4cff12788.zip
specify better status code for existing proposal
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 54e2492b..fd8bb583 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -660,6 +660,8 @@ Payment processing
in the inventory. Or the merchant instance is unknown. Details in the
error code. NOTE: no good way to find out which product is not in the
inventory, we MAY want to specify that in the reply.
+ :status 409 Conflict:
+ A different proposal already exists under the specified order ID.
:status 410 Gone:
The order given used products from the inventory that are out of stock.
The reponse is a :ts:type:`OutOfStockResponse`.