Shops > Tasks > tasks
Commerce APIShopsTaskstasks
tasks
GET:tasks.json

Description

Get all shop tasks.

This is a typical bulk get endpoint.

Permission bit: "tasks.read"

Topic: Tasks

Arguments

ids: [String!]

List of shop task ids. See also: Unique Identifiers

Example: ["ta_EQzGqWoY"]


incomplete: Boolean

Include only incomplete tasks


loose: Boolean

When asking for multiple items, allow returning less than was asked (in case some are missing)


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


type: TaskTypeParam

Filter tasks by type


Result

[Task!]

Preview (typescript)

Loading module