Istores API Documentation
MyIstores Api

customers

Endpoint:https://api.istores.co.il

List of customers

POST
https://api.istores.co.il
/customers

Get list of customers with filters

List of customersRequest Body

  • limitnumber · int64

    The limit of the results return - can be between 0 and 100

    Example: 15
    Default: 10
  • pagenumber · int64

    The page/index of the results related to the result number

    Example: 2
    Default: 0
  • searchstring

    Search the customers by name or email - case sensitive

    Example: Jhon
  • directionstring · enum

    The direction of return results by the customer creation date

    Enum values:
    desc
    asc

List of customersResponses

  • customer_idnumber · int64

    Customer unique id - use to delete/get/edit customer

    Example: 123
  • customer_group_idnumber · int64

    Customer group id

    Example: 23
  • namestring

    Full customer name

    Example: Jhon Doe
  • emailstring · email

    Customers email

  • telephonestring

    Customer`s phone

    Example: 0544884654
  • date_addedstring · date

    Date customer added or registered

  • addressesobject[]