Magidoc

customersExport
Mutation

Export customer list.

Arguments

#

id

Plugin ID

sellerId

Seller ID

Response

#

Returns CustomersExport .

Example

#

    mutation ($id: ID, $sellerId: ID) {
  customersExport(id: $id, sellerId: $sellerId) {
    ok
    plugin
    pluginsErrors {
      field
      message
      code
    }
  }
}

  

3