Skip to main content

Returns a list of stores where the user is a member of reduced store information.

Returns a list of stores where the user is a member of reduced store information.

Path Parameters
  • userId string required
Responses

Success.


Schema
  • total int64
  • stores object[]
  • id Unique identifier of the store in database.
  • name Name of the store.
  • region object
    oneOf

  • id Unique identifier of region.
  • name Name of the region.
  • location object
    oneOf

  • lat float
  • lon float
  • street Street name with number of store location.
  • city City name of store location
  • zipCode Zip code of store location
  • cooperationStatus object
    oneOf

  • integer

    Possible values: [0, 1, 2, 3, 4, 5, 6, 7]

  • createdAt Data of creation of store in database.

    The create date and the first cooperation can be different.

    The value is a date "Y-m-d"

Loading...