Export customer list.
id
Plugin ID
sellerId
Seller ID
Returns CustomersExport .
mutation ($id: ID, $sellerId: ID) { customersExport(id: $id, sellerId: $sellerId) { ok plugin pluginsErrors { field message code } } }
3
{ "id": "aWQ6OTk=", "sellerId": "c2VsbGVySWQ6NDA=" }
{ "customersExport": { "ok": true, "plugin": "cGx1Z2luOjU3", "pluginsErrors": [ { "field": "string", "message": "string", "code": "GRAPHQL_ERROR" } ] } }