POST:customer_groups/export.json
Commerce APIPOST:customer_groups/export.json

POST:customer_groups/export.json

Description

Export customer groups into CSV format. Launches a task, when complete it will offer a downloadable result.

Permission bit: "customer_groups.export"

Topic: Customer Groups

Query Parameters

shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Request Body

GenericExport

{
  "columns": [
    ""
  ],
  "filter_fields": "",
  "filter_script": "",
  "ids": [
    ""
  ],
  "options": {
    "date_and_time_format": "Mon, 02 Jan 2006 15:04:05 -0700",
    "date_format": "02.01.2006",
    "length_unit": "cm",
    "timezone": "(GMT-05:00) Eastern Time",
    "weight_unit": "g"
  },
  "zip": true
}

Response Body

ForeignShardedTask

Response Body Type

Loading module