Skip to main content

Returns all common metadata which are required to manage stores.

Some system parts have limits or options which needs to be checked in the frontend. This endpoint provides the information about the limits and options, so that the frontend can use them but the backend is responsible for the values.

Responses

Success.


Schema
  • maxCountPickupSlot int64

    The count of slots are limited by the foodsharing platform.

  • groceries object[]
  • id integer
  • name string
  • storeChains object[]

    Only provided with the permission to create stores.

  • id integer
  • name string
  • categories object[]
  • id integer
  • name string
  • status object[]
  • id integer
  • name string
  • weight object[]
  • id integer
  • name string
  • convinceStatus object[]
  • id integer
  • name string
  • publicTimes object[]
  • id integer
  • name string
Loading...