POST:tasks.json
Commerce APIPOST:tasks.json

POST:tasks.json

Description

Create shop task.

Permission bit: "tasks.create"

Topic: Tasks

Query Parameters

shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Request Body

Array of TaskCreate

[
  {
    "lines": 0,
    "path": "hello/123.txt",
    "result_name": "customers",
    "type": "analytics_customers_csv_export"
  }
]

Response Body

Array of Task

Response Body Type

Loading module