GET:tasks.json
Commerce APIGET:tasks.json

GET:tasks.json

Description

Get all shop tasks.

This is a typical bulk get endpoint.

Permission bit: "tasks.read"

Topic: Tasks

Query Parameters

ids: Comma-separated array of String, required

List of shop task ids. See also: Unique Identifiers

Example: ?ids=ta_EQzGqWoY,ta_EQzGqWoY


incomplete: Boolean

Include only incomplete tasks

Example: ?incomplete=true


loose: Boolean

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

Example: ?loose=true


shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY


type: TaskTypeParam

Filter tasks by type

Example: ?type=analytics_customers_csv_export

Response Body

Array of Task

Response Body Type

Loading module