Customers > Customers > customersExport
POST:customers/export.json
Description
Export customers into CSV format. Launches a task, when complete it will offer a downloadable result.
Permission bit: "customers.export"
Topic: Customers
Arguments
data: GenericExport!
Main argument for mutations.
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Data Argument Fields
A fields specification to filter out data's unused fields (for the filter script)
Valid when: filter_fields's length doesn't exceed 100000 characters
A script to filter the export items (JavaScript)
Valid when: filter_script's length doesn't exceed 100000 characters
options: ExportOptions
Result
Preview (typescript)
Loading module