You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/commercetools-api/docs/RequestBuilder.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10942,6 +10942,8 @@ $request = $builder
10942
10942
10943
10943
Updates a Recurring Order using one or more [update actions](/../api/projects/recurring-orders#update-actions).
10944
10944
10945
+
A Recurring Order can only be updated when it is not processing an Order. Otherwise, an [InvalidOperation](ctp:api:type:InvalidOperationError) error is returned.
10946
+
10945
10947
10946
10948
### Example
10947
10949
```php
@@ -11006,6 +11008,8 @@ $request = $builder
11006
11008
11007
11009
Updates a Recurring Order using one or more [update actions](/../api/projects/recurring-orders#update-actions).
11008
11010
11011
+
A Recurring Order can only be updated when it is not processing an Order. Otherwise, an [InvalidOperation](ctp:api:type:InvalidOperationError) error is returned.
0 commit comments