summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-04-02 17:42:49 -0300
committerSebastian <sebasjm@gmail.com>2024-04-02 17:43:05 -0300
commit2af5ce7ab85618c1cebb43f62d3251ecd3a41a60 (patch)
treee02d6c061523c268212d9c3293c10801f9f8c006
parent0145956e9792609fa28f76e2cdb5f3b0f1611ecd (diff)
downloaddocs-2af5ce7ab85618c1cebb43f62d3251ecd3a41a60.tar.gz
docs-2af5ce7ab85618c1cebb43f62d3251ecd3a41a60.tar.bz2
docs-2af5ce7ab85618c1cebb43f62d3251ecd3a41a60.zip
fix typo
-rw-r--r--core/api-merchant.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 3454313e..b2a89d3e 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2320,7 +2320,7 @@ Inspecting orders
:query limit: *Optional*. At most return the given number of results. Negative for descending by row ID, positive for ascending by row ID. Default is ``20``. Since protocol **v12**.
:query date_s: *Optional.* Non-negative date in seconds after the UNIX Epoc, see ``delta`` for its interpretation. If not specified, we default to the oldest or most recent entry, depending on ``delta``.
:query start: *Optional*. Row number threshold, see ``delta`` for its interpretation. Defaults to ``INT64_MAX``, namely the biggest row id possible in the database. Deprecated in protocol **v12**. Use *offset* instead.
- :query offset: *Optional*. Starting ``product_serial_id`` for an iteration. Since protocol **v12**.
+ :query offset: *Optional*. Starting ``row_id`` for an iteration. Since protocol **v12**.
:query timeout_ms: *Optional*. Timeout in milliseconds to wait for additional orders if the answer would otherwise be negative (long polling). Only useful if delta is positive. Note that the merchant MAY still return a response that contains fewer than ``delta`` orders.
:query session_id: *Optional*. Since protocol **v6**. Filters by session ID.
:query fulfillment_url: *Optional*. Since protocol **v6**. Filters by fulfillment URL.