400:
  description: invalid inputs (missing required information)
  content:
    application/json:
      schema:
        $ref: '#/components/schemas/ErrorResponse'
403:
  description: current user does not have permission to access this endpoint
  content:
    application/json:
      schema:
        $ref: '#/components/schemas/ErrorResponse'
404:
  description: the store is either not found or invalid
  content:
    application/json:
      schema:
        $ref: '#/components/schemas/ErrorResponse'
