clarify docs updating multiple linked_orderpositions

This commit is contained in:
Richard Schreiber
2025-12-02 07:47:02 +01:00
parent de7b296e68
commit d0abe8876b

View File

@@ -306,7 +306,7 @@ Endpoints
Content-Length: 94 Content-Length: 94
{ {
"linked_orderpositions": [13] "linked_orderpositions": [13, 29]
} }
**Example response**: **Example response**:
@@ -327,8 +327,8 @@ Endpoints
"active": True, "active": True,
"expires": None, "expires": None,
"customer": None, "customer": None,
"linked_orderpositions": [13], "linked_orderpositions": [13, 29],
"linked_orderposition": 13, "linked_orderposition": None,
"linked_giftcard": None, "linked_giftcard": None,
"notes": None, "notes": None,
"info": {} "info": {}