Create a task
Tasks
Create a task
Create a new task, optionally recurring. Requires the WRITE_TASKS scope.
POST
Create a task
Creates a task;
recurringSchedule is required when recurring is daily, weekly or monthly. The store is bound to your app token server-side — never send a shop id.Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Body
application/json
Task title.
Free-text task details.
When the task is due (ISO 8601), or null.
Task status.
Available options:
to do, in progress, done, skipped Recurrence cadence.
Available options:
none, daily, weekly, monthly Recurrence schedule. Required when recurring is daily, weekly or monthly.
Whether the task was generated by AI.
User ObjectId strings assigned to the task.
Response
The created task.

