create_order_repetition
Create recurring order repetitions by setting start date, optional end date, and interval schedule to automate order cycles.
Instructions
Edit a repetition
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Date until the repetition is supposed to run. If empty indefinite repetition is assumed. | |
| start | No | ||
| order_id | Yes | the id of the order | |
| repetition | No | Four different formats can be used to define the repetition. Either type `daily`, `weekly`, `monthly` or type `yearly`. |